mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
query: Add annotations to gst_query_add_allocation_pool()
https://bugzilla.gnome.org/show_bug.cgi?id=736736
This commit is contained in:
parent
fefd6d06a1
commit
3f19a75d63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue