gstbuffer: Add transfer annotations for gst_buffer_join()
authorEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 14 Oct 2011 07:35:09 +0000 (09:35 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 16 Oct 2011 20:13:56 +0000 (21:13 +0100)
gst/gstutils.c

index d32bb5e..84f3c3d 100644 (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.