mpegdemux: add stream format to H.264 caps

This commit is contained in:
Nicola Murino 2019-01-24 10:32:14 +01:00 committed by Sebastian Dröge
parent 6b6ed2cad8
commit bbfd3154fb

View file

@ -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 =