mpegtsmux: Only require alignment and stream-format for h264, parsed is implicit

This commit is contained in:
Sebastian Dröge 2014-04-25 17:40:56 +02:00
parent cfc32a1ec4
commit dec5de073d

View file

@ -128,7 +128,7 @@ static GstStaticPadTemplate mpegtsmux_sink_factory =
"systemstream = (boolean) false; "
"video/x-dirac;"
"video/x-h264,stream-format=(string)byte-stream,"
"parsed = (boolean) TRUE; "
"alignment=(string){au, nal}; "
"audio/mpeg, "
"parsed = (boolean) TRUE, "
"mpegversion = (int) { 1, 2 };"