mpegts: ensure mpegts_service has service as parent class
This allows for the channel mapping field to be made available in UI
This commit is contained in:
parent
c42b79960d
commit
5a4416bbb6
1 changed files with 3 additions and 0 deletions
|
@ -26,8 +26,11 @@
|
|||
* Class definition
|
||||
* *************************************************************************/
|
||||
|
||||
extern const idclass_t service_class;
|
||||
|
||||
const idclass_t mpegts_service_class =
|
||||
{
|
||||
.ic_super = &service_class,
|
||||
.ic_class = "mpegts_service",
|
||||
.ic_caption = "MPEGTS Service",
|
||||
.ic_properties = (const property_t[]){
|
||||
|
|
Loading…
Add table
Reference in a new issue