From 1a48407337dd5d222dd152793d9500c6671e60cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 10 Feb 2012 19:36:49 +0000 Subject: [PATCH] track: add g-i annotation that ges_track_new() takes ownership of caps passed --- ges/ges-track.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-track.c b/ges/ges-track.c index f517bb4..f0fe50c 100644 --- a/ges/ges-track.c +++ b/ges/ges-track.c @@ -215,7 +215,7 @@ ges_track_init (GESTrack * self) /** * ges_track_new: * @type: The type of track - * @caps: The caps to restrict the output of the track to. + * @caps: (transfer full): The caps to restrict the output of the track to. * * Creates a new #GESTrack with the given @type and @caps. * -- 2.7.4