summaryrefslogtreecommitdiff
path: root/gst/mpegdemux
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2019-01-24 10:32:14 +0100
committerSebastian Dröge <slomo@coaxion.net>2019-01-24 09:35:06 +0000
commitbbfd3154fb85627a59747e65e83cc4f168eaf553 (patch)
tree93414228f9e2dee01ea5611a945e533093ffa7f8 /gst/mpegdemux
parent6b6ed2cad828f8cbf46eda8cd88e7efbba870e61 (diff)
downloadgstreamer-plugins-bad-bbfd3154fb85627a59747e65e83cc4f168eaf553.tar.gz
mpegdemux: add stream format to H.264 caps
Diffstat (limited to 'gst/mpegdemux')
-rw-r--r--gst/mpegdemux/gstmpegdemux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c
index 44541490d..cedaae0c2 100644
--- a/gst/mpegdemux/gstmpegdemux.c
+++ b/gst/mpegdemux/gstmpegdemux.c
@@ -108,7 +108,8 @@ static GstStaticPadTemplate video_template =
GST_PAD_SOMETIMES,
GST_STATIC_CAPS ("video/mpeg, "
"mpegversion = (int) { 1, 2, 4 }, " "systemstream = (boolean) FALSE, "
- "parsed = (boolean) FALSE; " "video/x-h264")
+ "parsed = (boolean) FALSE; " "video/x-h264, "
+ "stream-format=(string)byte-stream;")
);
static GstStaticPadTemplate audio_template =