gstbuffer: Add transfer annotations for gst_buffer_join()

This commit is contained in:
Edward Hervey 2011-10-14 09:35:09 +02:00 committed by Tim-Philipp Müller
parent 72d4bbd8db
commit d829425fb9

View file

@ -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.