mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 19:18:31 +00:00
query: Document that the first allocator in the allocation query should allow mapping to system memory
This commit is contained in:
parent
d50190ba55
commit
e460be622d
1 changed files with 3 additions and 1 deletions
|
@ -1847,7 +1847,9 @@ gst_query_add_allocation_param (GstQuery * query, GstAllocator * allocator,
|
|||
* allocator params array of the query's structure.
|
||||
*
|
||||
* If no memory allocator is specified, the downstream element can handle
|
||||
* the default memory allocator.
|
||||
* the default memory allocator. The first memory allocator in the query
|
||||
* should be generic and allow mapping to system memory, all following
|
||||
* allocators should be ordered by preference with the preferred one first.
|
||||
*
|
||||
* Returns: the allocator array size as a #guint.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue