track: add g-i annotation that ges_track_new() takes ownership of caps passed

This commit is contained in:
Tim-Philipp Müller 2012-02-10 19:36:49 +00:00
parent 7b7bf95268
commit 1a48407337

View 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.
*