Skip to content
Snippets Groups Projects
Commit 229592b7 authored by Sebastian Dröge's avatar Sebastian Dröge Committed by Tim-Philipp Müller
Browse files

query: gst_query_get_n_allocation_params() returns a new ref to the allocator

parent 06978dac
No related branches found
No related tags found
No related merge requests found
......@@ -1870,7 +1870,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment