matroskamux: stream-format=raw goes with aac caps, not mp3 caps
This commit is contained in:
parent
687d6138d1
commit
c363ae8254
@ -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…
x
Reference in New Issue
Block a user