From eab6465ba8d1b78827be8504d736fbbaac2dd87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Stadler?= Date: Wed, 12 Oct 2011 14:37:31 +0200 Subject: [PATCH] event: add transfer type for gst_event_new_caps argument These annotations are useful to humans as well... --- gst/gstevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index d5f95c2108..369a10ca1b 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -561,7 +561,7 @@ gst_event_new_eos (void) /** * gst_event_new_caps: - * @caps: a #GstCaps + * @caps: (transfer none): a #GstCaps * * Create a new CAPS event for @caps. The caps event can only travel downstream * synchronized with the buffer flow and contains the format of the buffers