From 00c891a823e9cf47bb01ffc035f5f0113ec15206 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Sun, 19 Jun 2011 13:15:19 -0300 Subject: [PATCH] gstbuffer: Minor fix to docs Adds missing parameter to docs of gst_buffer_copy_region --- gst/gstbuffer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index a78a9c6546..1aeb283003 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -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.