From bbfd3154fb85627a59747e65e83cc4f168eaf553 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 24 Jan 2019 10:32:14 +0100 Subject: mpegdemux: add stream format to H.264 caps --- gst/mpegdemux/gstmpegdemux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/mpegdemux') 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 = -- cgit v1.2.1