From c434b6486ddd8b32aeb8bee36d30d9b8331746b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 20 Apr 2016 11:45:28 +0300 Subject: [PATCH] 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 --- libs/gst/base/gsttypefindhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gsttypefindhelper.c b/libs/gst/base/gsttypefindhelper.c index b2fb21ca54..9aeceb4207 100644 --- a/libs/gst/base/gsttypefindhelper.c +++ b/libs/gst/base/gsttypefindhelper.c @@ -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 *