summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/gstquery.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/gstquery.c b/gst/gstquery.c
index 0692d666ce..533b8b3cc9 100644
--- a/gst/gstquery.c
+++ b/gst/gstquery.c
@@ -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.
*/