query: Add annotations to gst_query_add_allocation_pool()
authorOgnyan Tonchev <ognyan@axis.com>
Tue, 16 Sep 2014 10:17:48 +0000 (12:17 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 16 Sep 2014 11:44:12 +0000 (14:44 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=736736

gst/gstquery.c

index 1ad0617..38fc5c5 100644 (file)
@@ -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