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:
Adam Sutton 2013-06-12 08:25:26 +01:00
parent c42b79960d
commit 5a4416bbb6

View file

@ -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[]){