mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
typefindhelper: Fix gobject-introspection warning about invalid transfer annotation
gsttypefindhelper.c:485: Warning: GstBase: invalid "transfer" annotation for gsize: only valid for array, struct, union, boxed, object and interface types
This commit is contained in:
parent
1ea831bd6c
commit
c434b6486d
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ buf_helper_find_suggest (gpointer data, GstTypeFindProbability probability,
|
|||
* gst_type_find_helper_for_data:
|
||||
* @obj: (allow-none): object doing the typefinding, or %NULL (used for logging)
|
||||
* @data: (in) (transfer none): a pointer with data to typefind
|
||||
* @size: (in) (transfer none): the size of @data
|
||||
* @size: (in): the size of @data
|
||||
* @prob: (out) (allow-none): location to store the probability of the found
|
||||
* caps, or %NULL
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue