query: gst_query_get_n_allocation_params() returns a new ref to the allocator
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 Mar 2013 10:46:33 +0000 (11:46 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 Mar 2013 10:47:04 +0000 (11:47 +0100)
gst/gstquery.c

index a288c49..c62b021 100644 (file)
@@ -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