diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c index 44541490d1..cedaae0c28 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 =