bufferlist: small doc fix

This commit is contained in:
Wim Taymans 2011-12-22 15:53:19 +01:00
parent 4bc7ff8e3e
commit 974c708041

View 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
*/