From 3f19a75d63908a4fb82cb1cfd38e953f6db03a5a Mon Sep 17 00:00:00 2001 From: Ognyan Tonchev Date: Tue, 16 Sep 2014 12:17:48 +0200 Subject: [PATCH] query: Add annotations to gst_query_add_allocation_pool() https://bugzilla.gnome.org/show_bug.cgi?id=736736 --- gst/gstquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstquery.c b/gst/gstquery.c index 1ad0617b80..38fc5c599c 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -1584,7 +1584,7 @@ allocation_pool_free (AllocationPool * ap) /** * gst_query_add_allocation_pool: * @query: A valid #GstQuery of type GST_QUERY_ALLOCATION. - * @pool: the #GstBufferPool + * @pool: (transfer none) (allow-none): the #GstBufferPool * @size: the size * @min_buffers: the min buffers * @max_buffers: the max buffers