mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
gstbuffer: Minor fix to docs
Adds missing parameter to docs of gst_buffer_copy_region
This commit is contained in:
parent
a885082a16
commit
00c891a823
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue