mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
aiffparse: set missing layout field in srcpad caps
https://bugzilla.gnome.org/show_bug.cgi?id=705674
This commit is contained in:
parent
5a066fd6dd
commit
8c4241e546
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue