mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
mpegpsmux: add stream-format and alignment to H.264 caps
This commit is contained in:
parent
920062cafc
commit
e5278757c3
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ static GstStaticPadTemplate mpegpsmux_sink_factory =
|
|||
"mpegversion = (int) { 1, 2, 4 }, "
|
||||
"systemstream = (boolean) false; "
|
||||
"video/x-dirac;"
|
||||
"video/x-h264;"
|
||||
"video/x-h264,stream-format=(string)byte-stream,"
|
||||
"alignment=(string){au, nal}; "
|
||||
"audio/mpeg, "
|
||||
"mpegversion = (int) { 1, 2 };"
|
||||
"audio/mpeg, "
|
||||
|
|
Loading…
Reference in a new issue