summaryrefslogtreecommitdiff
path: root/gst-libs/gst/mpegts/gstmpegtssection.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-01-06 13:51:01 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-01-06 13:54:40 +0100
commit84bd65b9bd7851289e8aed63a792468b82a75a55 (patch)
treeefcf23da813e699e86829546243277ed143250e6 /gst-libs/gst/mpegts/gstmpegtssection.h
parentf12705b2f5d21f0f28b346ca5239b7ddb899fccb (diff)
downloadgstreamer-plugins-bad-84bd65b9bd7851289e8aed63a792468b82a75a55.tar.gz
tsdemux: Add HEVC / h265 support
Diffstat (limited to 'gst-libs/gst/mpegts/gstmpegtssection.h')
-rw-r--r--gst-libs/gst/mpegts/gstmpegtssection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/mpegts/gstmpegtssection.h b/gst-libs/gst/mpegts/gstmpegtssection.h
index c6a7d5809..e741cab28 100644
--- a/gst-libs/gst/mpegts/gstmpegtssection.h
+++ b/gst-libs/gst/mpegts/gstmpegtssection.h
@@ -297,6 +297,7 @@ typedef enum {
GST_MPEG_TS_STREAM_TYPE_VIDEO_JP2K = 0x21,
GST_MPEG_TS_STREAM_TYPE_VIDEO_MPEG2_STEREO_ADDITIONAL_VIEW = 0x22,
GST_MPEG_TS_STREAM_TYPE_VIDEO_H264_STEREO_ADDITIONAL_VIEW = 0x23,
+ GST_MPEG_TS_STREAM_TYPE_VIDEO_HEVC = 0x24,
/* 0x24 - 0x7e : Rec. ITU-T H.222.0 | ISO/IEC 13818-1 Reserved */
GST_MPEG_TS_STREAM_TYPE_IPMP_STREAM = 0x7f
/* 0x80 - 0xff : User Private (or defined in other specs) */