gstreamer: gstbuffer: Add transfer annotations for gst_buffer_join()
Tim Müller
tpm at kemper.freedesktop.org
Sun Oct 16 13:14:23 PDT 2011
Module: gstreamer
Branch: master
Commit: d829425fb954dccd7bbb5e6a4a1e4e8f12049948
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=d829425fb954dccd7bbb5e6a4a1e4e8f12049948
Author: Edward Hervey <edward.hervey at collabora.co.uk>
Date: Fri Oct 14 09:35:09 2011 +0200
gstbuffer: Add transfer annotations for gst_buffer_join()
---
gst/gstutils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst/gstutils.c b/gst/gstutils.c
index d32bb5e..84f3c3d 100644
--- a/gst/gstutils.c
+++ b/gst/gstutils.c
@@ -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.
More information about the gstreamer-commits
mailing list