mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 02:58:24 +00:00
query: gst_query_get_n_allocation_params() returns a new ref to the allocator
This commit is contained in:
parent
9db3c83d2e
commit
0936b506ab
1 changed files with 1 additions and 1 deletions
|
@ -1897,7 +1897,7 @@ gst_query_get_n_allocation_params (GstQuery * query)
|
|||
* gst_query_parse_nth_allocation_param:
|
||||
* @query: a GST_QUERY_ALLOCATION type query #GstQuery
|
||||
* @index: position in the allocator array to read
|
||||
* @allocator: (out) (transfer none) (allow-none): variable to hold the result
|
||||
* @allocator: (out) (transfer full) (allow-none): variable to hold the result
|
||||
* @params: (out) (allow-none): parameters for the allocator
|
||||
*
|
||||
* Parse an available query and get the alloctor and its params
|
||||
|
|
Loading…
Reference in a new issue