From 0936b506ab83f4979c9089725f16c5550005244b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 Mar 2013 11:46:33 +0100 Subject: [PATCH] query: gst_query_get_n_allocation_params() returns a new ref to the allocator --- gst/gstquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstquery.c b/gst/gstquery.c index a288c49..c62b021 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -1897,7 +1897,7 @@ gst_query_get_n_allocation_params (GstQuery * query) * gst_query_parse_nth_allocation_param: * @query: a GST_QUERY_ALLOCATION type query #GstQuery * @index: position in the allocator array to read - * @allocator: (out) (transfer none) (allow-none): variable to hold the result + * @allocator: (out) (transfer full) (allow-none): variable to hold the result * @params: (out) (allow-none): parameters for the allocator * * Parse an available query and get the alloctor and its params -- 2.7.4