From: Ognyan Tonchev Date: Tue, 16 Sep 2014 10:17:48 +0000 (+0200) Subject: query: Add annotations to gst_query_add_allocation_pool() X-Git-Tag: 1.6.1~761 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f19a75d63908a4fb82cb1cfd38e953f6db03a5a;p=platform%2Fupstream%2Fgstreamer.git query: Add annotations to gst_query_add_allocation_pool() https://bugzilla.gnome.org/show_bug.cgi?id=736736 --- diff --git a/gst/gstquery.c b/gst/gstquery.c index 1ad0617..38fc5c5 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