mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
matroskamux: stream-format=raw goes with aac caps, not mp3 caps
This commit is contained in:
parent
687d6138d1
commit
c363ae8254
1 changed files with 1 additions and 1 deletions
|
@ -146,10 +146,10 @@ static GstStaticPadTemplate audiosink_templ =
|
|||
GST_STATIC_CAPS ("audio/mpeg, "
|
||||
"mpegversion = (int) 1, "
|
||||
"layer = (int) [ 1, 3 ], "
|
||||
"stream-format = (string) { raw }, "
|
||||
COMMON_AUDIO_CAPS "; "
|
||||
"audio/mpeg, "
|
||||
"mpegversion = (int) { 2, 4 }, "
|
||||
"stream-format = (string) raw, "
|
||||
COMMON_AUDIO_CAPS "; "
|
||||
"audio/x-ac3, "
|
||||
COMMON_AUDIO_CAPS "; "
|
||||
|
|
Loading…
Reference in a new issue