mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
mpegtsmux: Only require alignment and stream-format for h264, parsed is implicit
This commit is contained in:
parent
cfc32a1ec4
commit
dec5de073d
1 changed files with 1 additions and 1 deletions
|
@ -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 };"
|
||||
|
|
Loading…
Reference in a new issue