diff --git a/gst/aiff/aiffparse.c b/gst/aiff/aiffparse.c index 469bcec9c2..0a997d8329 100644 --- a/gst/aiff/aiffparse.c +++ b/gst/aiff/aiffparse.c @@ -785,6 +785,7 @@ gst_aiff_parse_create_caps (GstAiffParse * aiff) caps = gst_caps_new_simple ("audio/x-raw", "format", G_TYPE_STRING, format, "channels", G_TYPE_INT, aiff->channels, + "layout", G_TYPE_STRING, "interleaved", "rate", G_TYPE_INT, aiff->rate, NULL); }