query: add annotations to gst_query_set_nth_allocation_pool()

https://bugzilla.gnome.org//show_bug.cgi?id=736424
This commit is contained in:
Ognyan Tonchev 2014-09-10 14:53:00 +02:00 committed by Tim-Philipp Müller
parent 9b2231669f
commit 475f8e8cfb

View 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