introspection: add missing array annotation to gst_formats_contains

This commit is contained in:
Evan Nemerson 2012-06-29 17:33:49 -07:00 committed by Edward Hervey
parent 840f905c2c
commit fb3a31e550

View 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.