mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
mpegpsmux: include specific AAC stream-format in template caps
This elements seems to support raw and adts AAC. https://bugzilla.gnome.org/show_bug.cgi?id=665394
This commit is contained in:
parent
2dec0950cf
commit
0d1c9624ea
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ static GstStaticPadTemplate mpegpsmux_sink_factory =
|
|||
"video/x-dirac;"
|
||||
"video/x-h264;"
|
||||
"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…
Reference in a new issue