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)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 14 Oct 2011 07:35:09 +0000 (09:35 +0200)
gst/gstutils.c

index 2cde8e4..9f5dc6f 100644 (file)
@@ -2663,8 +2663,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.