From 5fcbf1026d00681bf585790b9edf191c80ef8dcd Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 13 Aug 2013 11:07:05 +0200 Subject: [PATCH] pad-monitor: 0.10 uses "channel-positions" field in audio caps And it's an array, not a string --- validate/gst/qa/gst-qa-pad-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/qa/gst-qa-pad-monitor.c b/validate/gst/qa/gst-qa-pad-monitor.c index 24db861..74f4417 100644 --- a/validate/gst/qa/gst-qa-pad-monitor.c +++ b/validate/gst/qa/gst-qa-pad-monitor.c @@ -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); } -- 2.7.4