query: doc consistency
authorStefan Sauer <ensonic@users.sf.net>
Mon, 2 Oct 2017 11:14:21 +0000 (13:14 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 2 Oct 2017 11:14:21 +0000 (13:14 +0200)
Mention that it is the 'buffer size', like we do elsewhere.

gst/gstquery.c

index ad03f9f..3a27a6a 100644 (file)
@@ -1691,7 +1691,7 @@ gst_query_parse_nth_allocation_pool (GstQuery * query, guint index,
  * @index: index to modify
  * @query: A valid #GstQuery of type GST_QUERY_ALLOCATION.
  * @pool: (transfer none) (allow-none): the #GstBufferPool
- * @size: the size
+ * @size: the buffer size
  * @min_buffers: the min buffers
  * @max_buffers: the max buffers
  *