mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
gstbuffer: Add transfer annotations for gst_buffer_join()
This commit is contained in:
parent
72d4bbd8db
commit
d829425fb9
1 changed files with 2 additions and 2 deletions
|
@ -2746,8 +2746,8 @@ gst_buffer_merge (GstBuffer * buf1, GstBuffer * buf2)
|
|||
|
||||
/**
|
||||
* gst_buffer_join:
|
||||
* @buf1: the first source #GstBuffer.
|
||||
* @buf2: the second source #GstBuffer.
|
||||
* @buf1: (transfer full): the first source #GstBuffer.
|
||||
* @buf2: (transfer full): the second source #GstBuffer.
|
||||
*
|
||||
* Create a new buffer that is the concatenation of the two source
|
||||
* buffers, and unrefs the original source buffers.
|
||||
|
|
Loading…
Reference in a new issue