matroskamux: stream-format=raw goes with aac caps, not mp3 caps

This commit is contained in:
Tim-Philipp Müller 2011-12-08 11:00:45 +00:00
parent 687d6138d1
commit c363ae8254

View file

@ -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 "; "