summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2016-07-14 16:40:22 +0200
committerTim-Philipp Müller <tim@centricular.com>2016-07-15 12:50:21 +0100
commit2a0bba69e1d1966afda8a1265a74bf072fee67df (patch)
treea21cf626ee22c7f2eab64b75ae31f06e774dde30 /gst
parentaf0d087bbd05c09acbff73f9790ad9d32323f37b (diff)
pad: add g-i transfer annotatation to _store_sticky_event()
For clarity. https://bugzilla.gnome.org/show_bug.cgi?id=768810
Diffstat (limited to 'gst')
-rw-r--r--gst/gstpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpad.c b/gst/gstpad.c
index 3f4cec56d4..3f5afd6b06 100644
--- a/gst/gstpad.c
+++ b/gst/gstpad.c
@@ -5132,7 +5132,7 @@ eos:
/**
* gst_pad_store_sticky_event:
* @pad: a #GstPad
- * @event: a #GstEvent
+ * @event: (transfer none): a #GstEvent
*
* Store the sticky @event on @pad
*