pad-monitor: 0.10 uses "channel-positions" field in audio caps
authorEdward Hervey <edward@collabora.com>
Tue, 13 Aug 2013 09:07:05 +0000 (11:07 +0200)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 13 Aug 2013 12:33:26 +0000 (09:33 -0300)
And it's an array, not a string

validate/gst/qa/gst-qa-pad-monitor.c

index 24db861..74f4417 100644 (file)
@@ -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);
 }