summaryrefslogtreecommitdiff
path: root/gst-libs/gst/mpegts
diff options
context:
space:
mode:
authorWonchul Lee <wonchul.lee@collabora.com>2016-09-13 22:07:05 +0900
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-03 15:14:54 -0400
commit69b866326ea69afe348c274b3b84e135468a567f (patch)
tree0f74d45e2abeacb8f4d80a99eda5d9b5a222b040 /gst-libs/gst/mpegts
parent5771e6a0666c06a0d527c4e8b9584b044cd291b9 (diff)
downloadgstreamer-plugins-bad-69b866326ea69afe348c274b3b84e135468a567f.tar.gz
tsdemux: Add conditions to identify ATSC EAC3
https://bugzilla.gnome.org/show_bug.cgi?id=770528
Diffstat (limited to 'gst-libs/gst/mpegts')
-rw-r--r--gst-libs/gst/mpegts/gstmpegtsdescriptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
index 33d46f5db..87c7343a2 100644
--- a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
+++ b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
@@ -174,6 +174,7 @@ typedef enum {
GST_MTS_DESC_ATSC_REDISTRIBUTION_CONTROL = 0xAA,
GST_MTS_DESC_ATSC_GENRE = 0xAB,
GST_MTS_DESC_ATSC_PRIVATE_INFORMATION = 0xAD,
+ GST_MTS_DESC_ATSC_EAC3 = 0xCC,
/* ATSC A/53:3 2009 */
GST_MTS_DESC_ATSC_ENHANCED_SIGNALING = 0xB2,