mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
docs: fix description of gst_buffer_extract_dup()
No GBytes involved.
This commit is contained in:
parent
0accb7f700
commit
0a50d1be52
1 changed files with 2 additions and 2 deletions
|
@ -2259,8 +2259,8 @@ gst_buffer_foreach_meta (GstBuffer * buffer, GstBufferForeachMetaFunc func,
|
|||
* the destination array will be written.
|
||||
* @dest_size: (out): A location where the size of @dest can be written
|
||||
*
|
||||
* Extracts a copy of at most @size bytes the data at @offset into a #GBytes.
|
||||
* @dest must be freed using g_free() when done.
|
||||
* Extracts a copy of at most @size bytes the data at @offset into
|
||||
* newly-allocated memory. @dest must be freed using g_free() when done.
|
||||
*
|
||||
* Since: 1.0.10
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue