summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-08-23 12:24:27 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-08-23 12:24:27 +0100
commitb38264a9cb6096f9a92ee45ea0c084c7a877c0c4 (patch)
tree1839aaff798f8fc3d85e61c6263d59cf35e84d51
parenta647d832671eba2001c12a7061ccde5996ebe47e (diff)
pad: add g-i 'transfer full' annotations to chain and chain_list functions
https://bugzilla.gnome.org/show_bug.cgi?id=735210
-rw-r--r--gst/gstpad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstpad.h b/gst/gstpad.h
index feae19fc4..696d79d06 100644
--- a/gst/gstpad.h
+++ b/gst/gstpad.h
@@ -254,7 +254,7 @@ typedef gboolean (*GstPadActivateModeFunction) (GstPad *pad, GstObject *parent,
* @parent: (allow-none): the parent of @pad. If the #GST_PAD_FLAG_NEED_PARENT
* flag is set, @parent is guaranteed to be not-%NULL and remain valid
* during the execution of this function.
- * @buffer: the #GstBuffer that is chained, not %NULL.
+ * @buffer: (transfer full): the #GstBuffer that is chained, not %NULL.
*
* A function that will be called on sinkpads when chaining buffers.
* The function typically processes the data contained in the buffer and
@@ -277,7 +277,7 @@ typedef GstFlowReturn (*GstPadChainFunction) (GstPad *pad, GstObject *parent,
* @parent: (allow-none): the parent of @pad. If the #GST_PAD_FLAG_NEED_PARENT
* flag is set, @parent is guaranteed to be not-%NULL and remain valid
* during the execution of this function.
- * @list: the #GstBufferList that is chained, not %NULL.
+ * @list: (transfer full): the #GstBufferList that is chained, not %NULL.
*
* A function that will be called on sinkpads when chaining buffer lists.
* The function typically processes the data contained in the buffer list and