audio: fix some GIR array annotations
diff --git a/gst-libs/gst/audio/audio-channels.c b/gst-libs/gst/audio/audio-channels.c
index 5622bb0..9d3eace 100644
--- a/gst-libs/gst/audio/audio-channels.c
+++ b/gst-libs/gst/audio/audio-channels.c
@@ -189,8 +189,8 @@
  * @size: The size of the memory.
  * @format: The %GstAudioFormat of the buffer.
  * @channels: The number of channels.
- * @from: (array): The channel positions in the buffer.
- * @to: (array): The channel positions to convert to.
+ * @from: (array length=channels): The channel positions in the buffer.
+ * @to: (array length=channels): The channel positions to convert to.
  *
  * Reorders @data from the channel positions @from to the channel
  * positions @to. @from and @to must contain the same number of
@@ -253,8 +253,8 @@
  * @buffer: The buffer to reorder.
  * @format: The %GstAudioFormat of the buffer.
  * @channels: The number of channels.
- * @from: (array): The channel positions in the buffer.
- * @to: (array): The channel positions to convert to.
+ * @from: (array length=channels): The channel positions in the buffer.
+ * @to: (array length=channels): The channel positions to convert to.
  *
  * Reorders @buffer from the channel positions @from to the channel
  * positions @to. @from and @to must contain the same number of
@@ -396,9 +396,9 @@
 /**
  * gst_audio_get_channel_reorder_map:
  * @channels: The number of channels.
- * @from: (array): The channel positions to reorder from.
- * @to: (array): The channel positions to reorder to.
- * @reorder_map: (array): Pointer to the reorder map.
+ * @from: (array length=channels): The channel positions to reorder from.
+ * @to: (array length=channels): The channel positions to reorder to.
+ * @reorder_map: (array length=channels): Pointer to the reorder map.
  *
  * Returns a reorder map for @from to @to that can be used in
  * custom channel reordering code, e.g. to convert from or to the