mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
query: add annotations to gst_query_set_nth_allocation_pool()
https://bugzilla.gnome.org//show_bug.cgi?id=736424
This commit is contained in:
parent
9b2231669f
commit
475f8e8cfb
1 changed files with 1 additions and 1 deletions
|
@ -1687,7 +1687,7 @@ gst_query_parse_nth_allocation_pool (GstQuery * query, guint index,
|
||||||
* gst_query_set_nth_allocation_pool:
|
* gst_query_set_nth_allocation_pool:
|
||||||
* @index: index to modify
|
* @index: index to modify
|
||||||
* @query: A valid #GstQuery of type GST_QUERY_ALLOCATION.
|
* @query: A valid #GstQuery of type GST_QUERY_ALLOCATION.
|
||||||
* @pool: the #GstBufferPool
|
* @pool: (transfer none) (allow-none): the #GstBufferPool
|
||||||
* @size: the size
|
* @size: the size
|
||||||
* @min_buffers: the min buffers
|
* @min_buffers: the min buffers
|
||||||
* @max_buffers: the max buffers
|
* @max_buffers: the max buffers
|
||||||
|
|
Loading…
Reference in a new issue