bufferlist: small doc fix
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 22 Dec 2011 14:53:19 +0000 (15:53 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 22 Dec 2011 15:02:05 +0000 (16:02 +0100)
gst/gstbufferlist.c

index 803545b..d0accb9 100644 (file)
@@ -184,8 +184,8 @@ gst_buffer_list_length (GstBufferList * list)
  * Call @func with @data for each buffer in @list.
  *
  * @func can modify the passed buffer pointer or its contents. The return value
- * of @func define if this function returns or if the remaining buffers in a
- * group should be skipped.
+ * of @func define if this function returns or if the remaining buffers in
+ * the list should be skipped.
  *
  * Since: 0.10.24
  */