audiometa: add missing array array annotations
authorEvan Nemerson <evan@coeus-group.com>
Wed, 4 Jul 2012 21:04:45 +0000 (14:04 -0700)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 17 Jul 2012 09:07:18 +0000 (11:07 +0200)
gst-libs/gst/audio/gstaudiometa.c

index 1a7e575..f26e0d4 100644 (file)
@@ -63,7 +63,8 @@ gst_audio_downmix_meta_transform (GstBuffer * dest, GstMeta * meta,
 /**
  * gst_buffer_get_audio_downmix_meta_for_channels:
  * @buffer: a #GstBuffer
- * @to_position: the channel positions of the destination
+ * @to_position: (array length=to_channels): the channel positions of
+ *   the destination
  * @to_channels: The number of channels of the destination
  *
  * Find the #GstAudioDownmixMeta on @buffer for the given destination
@@ -94,9 +95,11 @@ gst_buffer_get_audio_downmix_meta_for_channels (GstBuffer * buffer,
 /**
  * gst_buffer_add_audio_downmix_meta:
  * @buffer: a #GstBuffer
- * @from_position: the channel positions of the source
+ * @from_position: (array length=from_channels): the channel positions
+ *   of the source
  * @from_channels: The number of channels of the source
- * @to_position: the channel positions of the destination
+ * @to_position: (array length=to_channels): the channel positions of
+ *   the destination
  * @to_channels: The number of channels of the destination
  * @matrix: The matrix coefficients.
  *