From: Evan Nemerson Date: Sat, 30 Jun 2012 00:33:49 +0000 (-0700) Subject: introspection: add missing array annotation to gst_formats_contains X-Git-Tag: RELEASE-0.11.93~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb3a31e55005f46d92687bbfc80c3cb55eaeed76;p=platform%2Fupstream%2Fgstreamer.git introspection: add missing array annotation to gst_formats_contains --- diff --git a/gst/gstformat.c b/gst/gstformat.c index 3e50d331f7..78b0f07819 100644 --- a/gst/gstformat.c +++ b/gst/gstformat.c @@ -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.