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:
Sebastian Dröge 2016-04-20 11:45:28 +03:00 committed by Tim-Philipp Müller
parent d0ee909cdd
commit c408dafd04

View file

@ -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
*