track: add g-i annotation that ges_track_new() takes ownership of caps passed
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 10 Feb 2012 19:36:49 +0000 (19:36 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 10 Feb 2012 19:36:49 +0000 (19:36 +0000)
ges/ges-track.c

index f517bb4e65f356af1ae12dd8dc2f5fc243bb2d55..f0fe50c68d235aa846103db13a0cc76b95c2a728 100644 (file)
@@ -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.
  *