pad: add g-i transfer annotatation to _store_sticky_event()
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 14 Jul 2016 14:40:22 +0000 (16:40 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 15 Jul 2016 11:50:21 +0000 (12:50 +0100)
For clarity.

https://bugzilla.gnome.org/show_bug.cgi?id=768810

gst/gstpad.c

index 3f4cec5..3f5afd6 100644 (file)
@@ -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
  *