gstbuffer: Minor fix to docs

Adds missing parameter to docs of gst_buffer_copy_region
This commit is contained in:
Thiago Santos 2011-06-19 13:15:19 -03:00
parent a885082a16
commit 00c891a823

View file

@ -1057,6 +1057,7 @@ gst_buffer_memcmp (GstBuffer * buffer, gsize offset, gconstpointer mem,
/**
* gst_buffer_copy_region:
* @parent: a #GstBuffer.
* @flags: the #GstBufferCopyFlags
* @offset: the offset into parent #GstBuffer at which the new sub-buffer
* begins.
* @size: the size of the new #GstBuffer sub-buffer, in bytes.