mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
track: add g-i annotation that ges_track_new() takes ownership of caps passed
This commit is contained in:
parent
7b7bf95268
commit
1a48407337
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue