diff options
author | Steve Maynard <steve@secondstryke.com> | 2013-09-27 14:45:00 +0000 |
---|---|---|
committer | Edward Hervey <edward@collabora.com> | 2013-09-28 13:15:44 +0200 |
commit | 17ed696faae40a90bfbc1afbe948cd80199ab061 (patch) | |
tree | d377f78323226f62c1fa72edf4c077188f901785 /gst-libs/gst/mpegts/gstmpegtssection.h | |
parent | 0e9ce593bf72b05b70da7ecceec0db86ceb17d08 (diff) | |
download | gstreamer-plugins-bad-17ed696faae40a90bfbc1afbe948cd80199ab061.tar.gz |
mpegts: Add SCTE/EISS sections and table types
https://bugzilla.gnome.org/show_bug.cgi?id=708688
Diffstat (limited to 'gst-libs/gst/mpegts/gstmpegtssection.h')
-rw-r--r-- | gst-libs/gst/mpegts/gstmpegtssection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/mpegts/gstmpegtssection.h b/gst-libs/gst/mpegts/gstmpegtssection.h index c7b9677d3..c6a7d5809 100644 --- a/gst-libs/gst/mpegts/gstmpegtssection.h +++ b/gst-libs/gst/mpegts/gstmpegtssection.h @@ -73,7 +73,8 @@ typedef enum { * * These are the registered ITU H.222.0 | ISO/IEC 13818-1 table_id variants. * - * see also #GstMpegTsSectionATSCTableID and #GstMpegTsSectionDVBTableID. + * see also #GstMpegTsSectionATSCTableID, #GstMpegTsSectionDVBTableID, and + * #GstMpegTsSectionSCTETableID */ typedef enum { /* ITU H.222.0 / IEC 13818-1 */ |