mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
introspection: add missing array annotation to gst_formats_contains
This commit is contained in:
parent
840f905c2c
commit
fb3a31e550
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue