query: Document that the first allocator in the allocation query should allow mapping...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 25 Feb 2013 12:24:33 +0000 (13:24 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 25 Feb 2013 12:24:33 +0000 (13:24 +0100)
gst/gstquery.c

index 0692d66..533b8b3 100644 (file)
@@ -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.
  */