mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05: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;
|
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
|
void
|
||||||
ges_track_object_set_timeline_object (GESTrackObject * object,
|
ges_track_object_set_timeline_object (GESTrackObject * object,
|
||||||
GESTimelineObject * tlobj)
|
GESTimelineObject * tlobj)
|
||||||
|
|
Loading…
Reference in a new issue