faac: sprinkle some more layout info in caps

This commit is contained in:
Mark Nauwelaerts 2012-01-11 12:55:32 +01:00
parent 849a83bee6
commit 84c6fdd85e

View file

@ -331,7 +331,8 @@ gst_faac_getcaps (GstAudioEncoder * enc, GstCaps * filter)
g_value_unset (&tmp_v);
s = gst_structure_new ("audio/x-raw",
"format", G_TYPE_STRING, GST_AUDIO_NE (S16), NULL);
"format", G_TYPE_STRING, GST_AUDIO_NE (S16),
"layout", G_TYPE_STRING, "interleaved", NULL);
gst_structure_set_value (s, "rate", &rates_arr);
for (i = 1; i <= 6; i++) {