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
@ -121,7 +121,9 @@ static GstStaticPadTemplate mpegtsmux_sink_factory =
|
||||
"video/x-dirac;"
|
||||
"video/x-h264,stream-format=(string)byte-stream;"
|
||||
"audio/mpeg, "
|
||||
"mpegversion = (int) { 1, 2, 4 };"
|
||||
"mpegversion = (int) { 1, 2 };"
|
||||
"audio/mpeg, "
|
||||
"mpegversion = (int) 4, stream-format = (string) { raw, adts };"
|
||||
"audio/x-lpcm, "
|
||||
"width = (int) { 16, 20, 24 }, "
|
||||
"rate = (int) { 48000, 96000 }, "
|
||||
|
Loading…
x
Reference in New Issue
Block a user