mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
faac: sprinkle some more layout info in caps
This commit is contained in:
parent
849a83bee6
commit
84c6fdd85e
1 changed files with 2 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue