mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
trackobject: Add API documentation
This commit is contained in:
parent
ad5bc85516
commit
8ae1cddae2
1 changed files with 7 additions and 0 deletions
|
@ -865,6 +865,13 @@ ges_track_object_get_track (GESTrackObject * object)
|
|||
return object->priv->track;
|
||||
}
|
||||
|
||||
/**
|
||||
* ges_track_object_set_timeline_object:
|
||||
* @object: The #GESTrackObject to set the parent to
|
||||
* @tlobj: The #GESTimelineObject, parent of @tlobj or %NULL
|
||||
*
|
||||
* Set the #GESTimelineObject to which @object belongs.
|
||||
*/
|
||||
void
|
||||
ges_track_object_set_timeline_object (GESTrackObject * object,
|
||||
GESTimelineObject * tlobj)
|
||||
|
|
Loading…
Reference in a new issue