From: Ognyan Tonchev <ognyan@axis.com>
Date: Tue, 30 Apr 2013 14:36:38 +0200
Subject: matroskademux: add stream-format=raw to aac caps

https://bugzilla.gnome.org/show_bug.cgi?id=699303

diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c
--- a/gst/matroska/matroska-demux.c
+++ b/gst/matroska/matroska-demux.c
@@ -5502,7 +5502,8 @@ gst_matroska_demux_audio_caps (GstMatroskaTrackAudioContext *
     if (priv) {
       caps = gst_caps_new_simple ("audio/mpeg",
           "mpegversion", G_TYPE_INT, mpegversion,
-          "framed", G_TYPE_BOOLEAN, TRUE, NULL);
+          "framed", G_TYPE_BOOLEAN, TRUE,
+          "stream-format", G_TYPE_STRING, "raw", NULL);
       gst_caps_set_simple (caps, "codec_data", GST_TYPE_BUFFER, priv, NULL);
       *codec_name = g_strdup_printf ("MPEG-%d AAC audio", mpegversion);
       gst_buffer_unref (priv);
