From 475f8e8cfb1ad89bbcc38cb5eb5d7ab011910e06 Mon Sep 17 00:00:00 2001 From: Ognyan Tonchev Date: Wed, 10 Sep 2014 14:53:00 +0200 Subject: [PATCH] query: add annotations to gst_query_set_nth_allocation_pool() https://bugzilla.gnome.org//show_bug.cgi?id=736424 --- gst/gstquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstquery.c b/gst/gstquery.c index c35df63..1ad0617 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -1687,7 +1687,7 @@ gst_query_parse_nth_allocation_pool (GstQuery * query, guint index, * gst_query_set_nth_allocation_pool: * @index: index to modify * @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 -- 2.7.4