mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
buffer: fix Since: marker for new gst_buffer_extract_dup()
This commit is contained in:
parent
d73b4edc99
commit
6e107e90ed
1 changed files with 1 additions and 1 deletions
|
@ -2096,7 +2096,7 @@ gst_buffer_foreach_meta (GstBuffer * buffer, GstBufferForeachMetaFunc func,
|
||||||
* Extracts a copy of at most @size bytes the data at @offset into a #GBytes.
|
* Extracts a copy of at most @size bytes the data at @offset into a #GBytes.
|
||||||
* @dest must be freed using g_free() when done.
|
* @dest must be freed using g_free() when done.
|
||||||
*
|
*
|
||||||
* Since: 3.2
|
* Since: 1.2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue