mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
mpegtsmux: specify in template caps we only take raw/adts AAC format
This appears to be what this element supports. https://bugzilla.gnome.org/show_bug.cgi?id=665394
This commit is contained in:
parent
5c8ca4e1d0
commit
27f21d31ac
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@ static GstStaticPadTemplate mpegtsmux_sink_factory =
|
||||||
"video/x-dirac;"
|
"video/x-dirac;"
|
||||||
"video/x-h264,stream-format=(string)byte-stream;"
|
"video/x-h264,stream-format=(string)byte-stream;"
|
||||||
"audio/mpeg, "
|
"audio/mpeg, "
|
||||||
"mpegversion = (int) { 1, 2, 4 };"
|
"mpegversion = (int) { 1, 2 };"
|
||||||
|
"audio/mpeg, "
|
||||||
|
"mpegversion = (int) 4, stream-format = (string) { raw, adts };"
|
||||||
"audio/x-lpcm, "
|
"audio/x-lpcm, "
|
||||||
"width = (int) { 16, 20, 24 }, "
|
"width = (int) { 16, 20, 24 }, "
|
||||||
"rate = (int) { 48000, 96000 }, "
|
"rate = (int) { 48000, 96000 }, "
|
||||||
|
|
Loading…
Reference in a new issue