diff options
author | Stefan Ringel <linuxtv@stefanringel.de> | 2014-04-17 14:56:23 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-05-26 11:18:20 +0200 |
commit | bc7cf1520c4b303c9bbc4fb99624cda9a432b417 (patch) | |
tree | 5b8d8958d788955112d870492c405f3cf866f7fa /gst-libs/gst/mpegts/gst-dvb-descriptor.h | |
parent | 985d19deaa59514227f8f655a07a5651b31e5bfe (diff) | |
download | gstreamer-plugins-bad-bc7cf1520c4b303c9bbc4fb99624cda9a432b417.tar.gz |
mpegts: add bouquet name descriptor
https://bugzilla.gnome.org/show_bug.cgi?id=728364
Diffstat (limited to 'gst-libs/gst/mpegts/gst-dvb-descriptor.h')
-rw-r--r-- | gst-libs/gst/mpegts/gst-dvb-descriptor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.h b/gst-libs/gst/mpegts/gst-dvb-descriptor.h index 65804c1ac..2963d00da 100644 --- a/gst-libs/gst/mpegts/gst-dvb-descriptor.h +++ b/gst-libs/gst/mpegts/gst-dvb-descriptor.h @@ -283,6 +283,10 @@ struct _GstMpegTsCableDeliverySystemDescriptor gboolean gst_mpegts_descriptor_parse_cable_delivery_system (const GstMpegTsDescriptor *descriptor, GstMpegTsCableDeliverySystemDescriptor *res); +/* GST_MTS_DESC_DVB_BOUQUET_NAME (0x47) */ +gboolean gst_mpegts_descriptor_parse_dvb_bouquet_name (const GstMpegTsDescriptor * descriptor, + gchar ** bouquet_name); + /* GST_MTS_DESC_DVB_SERVICE (0x48) */ /** * GstMpegTsDVBServiceType: |