mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gstbuffer: Clarify doc
This commit is contained in:
parent
a0eb5b9d92
commit
2d4ddc3a08
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ _gst_buffer_initialize (void)
|
|||
* @src: a source #GstBuffer
|
||||
* @flags: flags indicating what metadata fields should be copied.
|
||||
* @offset: offset to copy from
|
||||
* @size: total size to copy
|
||||
* @size: total size to copy. If -1, all data is copied.
|
||||
*
|
||||
* Copies the information from @src into @dest.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue