mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +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
d0ee909cdd
commit
c408dafd04
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:
|
* gst_type_find_helper_for_data:
|
||||||
* @obj: (allow-none): object doing the typefinding, or %NULL (used for logging)
|
* @obj: (allow-none): object doing the typefinding, or %NULL (used for logging)
|
||||||
* @data: (in) (transfer none): a pointer with data to typefind
|
* @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
|
* @prob: (out) (allow-none): location to store the probability of the found
|
||||||
* caps, or %NULL
|
* caps, or %NULL
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue