introspection: add missing array annotation to gst_formats_contains
authorEvan Nemerson <evan@coeus-group.com>
Sat, 30 Jun 2012 00:33:49 +0000 (17:33 -0700)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 17 Jul 2012 07:37:27 +0000 (09:37 +0200)
gst/gstformat.c

index 3e50d33..78b0f07 100644 (file)
@@ -196,7 +196,7 @@ gst_format_get_by_nick (const gchar * nick)
 
 /**
  * gst_formats_contains:
- * @formats: The format array to search
+ * @formats: (array zero-terminated=1): The format array to search
  * @format: the format to find
  *
  * See if the given format is inside the format array.