query: add annotations to gst_query_set_nth_allocation_pool()
authorOgnyan Tonchev <ognyan@axis.com>
Wed, 10 Sep 2014 12:53:00 +0000 (14:53 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 Sep 2014 09:15:46 +0000 (10:15 +0100)
https://bugzilla.gnome.org//show_bug.cgi?id=736424

gst/gstquery.c

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