summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-03-12 15:44:54 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-03-12 15:44:54 +0000
commit5ec337f8ae949d7c5df676efc8a0477e7a7acab8 (patch)
treed41d64574bbf595a3ab831f6bf1a5b98e1d9b6f3
parent6de7f0c0fa77f438f4a66f58a8598b02a1292bc5 (diff)
downloadgstreamer-plugins-bad-5ec337f8ae949d7c5df676efc8a0477e7a7acab8.tar.gz
tsdemux: add video/x-h265 to template caps
-rw-r--r--gst/mpegtsdemux/tsdemux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mpegtsdemux/tsdemux.c b/gst/mpegtsdemux/tsdemux.c
index 1a51ac901..8a41f90e8 100644
--- a/gst/mpegtsdemux/tsdemux.c
+++ b/gst/mpegtsdemux/tsdemux.c
@@ -209,6 +209,8 @@ struct _TSDemuxStream
"systemstream = (boolean) FALSE; " \
"video/x-h264,stream-format=(string)byte-stream," \
"alignment=(string)nal;" \
+ "video/x-h265,stream-format=(string)byte-stream," \
+ "alignment=(string)nal;" \
"video/x-dirac;" \
"video/x-cavs;" \
"video/x-wmv," \