matroskamux: stream-format=raw goes with aac caps, not mp3 caps
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Dec 2011 11:00:45 +0000 (11:00 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Dec 2011 11:00:45 +0000 (11:00 +0000)
gst/matroska/matroska-mux.c

index 99bcc42..30c0cdb 100644 (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 "; "