mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
mpegtsmux: Add byte-stream to h264 caps
This commit is contained in:
parent
39ae129aa6
commit
55633f5e8f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ static GstStaticPadTemplate mpegtsmux_sink_factory =
|
|||
"mpegversion = (int) { 1, 2, 4 }, "
|
||||
"systemstream = (boolean) false; "
|
||||
"video/x-dirac;"
|
||||
"video/x-h264;"
|
||||
"video/x-h264,stream-format=(string)byte-stream;"
|
||||
"audio/mpeg, "
|
||||
"mpegversion = (int) { 1, 2, 4 };"
|
||||
"audio/x-lpcm, "
|
||||
|
|
Loading…
Reference in a new issue