From 5a4416bbb642756163374b51b5ff118650fde355 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Wed, 12 Jun 2013 08:25:26 +0100 Subject: [PATCH] mpegts: ensure mpegts_service has service as parent class This allows for the channel mapping field to be made available in UI --- src/input/mpegts/mpegts_service.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/input/mpegts/mpegts_service.c b/src/input/mpegts/mpegts_service.c index 960f6995..98ef98b8 100644 --- a/src/input/mpegts/mpegts_service.c +++ b/src/input/mpegts/mpegts_service.c @@ -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[]){