mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
pad-monitor: 0.10 uses "channel-positions" field in audio caps
And it's an array, not a string
This commit is contained in:
parent
c8e2e3aa67
commit
5fcbf1026d
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ gst_qa_pad_monitor_check_raw_audio_caps_complete (GstQaPadMonitor * monitor,
|
|||
GST_TYPE_LIST, GST_TYPE_INT_RANGE, 0);
|
||||
_check_field_type (monitor, structure, "endianness", G_TYPE_INT,
|
||||
GST_TYPE_LIST, 0);
|
||||
_check_field_type (monitor, structure, "channel-layout", G_TYPE_STRING,
|
||||
_check_field_type (monitor, structure, "channel-positions", GST_TYPE_ARRAY,
|
||||
GST_TYPE_LIST, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue