mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
trackobject: Some documentation fixing
This commit is contained in:
parent
97ac4c4910
commit
c783f4140a
1 changed files with 4 additions and 4 deletions
|
@ -868,17 +868,17 @@ ges_track_object_get_track (GESTrackObject * object)
|
|||
/**
|
||||
* ges_track_object_set_timeline_object:
|
||||
* @object: The #GESTrackObject to set the parent to
|
||||
* @tlobj: The #GESTimelineObject, parent of @tlobj or %NULL
|
||||
* @tlobject: 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)
|
||||
GESTimelineObject * tlobject)
|
||||
{
|
||||
GST_DEBUG ("object:%p, timeline-object:%p", object, tlobj);
|
||||
GST_DEBUG ("object:%p, timeline-object:%p", object, tlobject);
|
||||
|
||||
object->priv->timelineobj = tlobj;
|
||||
object->priv->timelineobj = tlobject;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue