mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
timeline: fix two issues in the documentation
This commit is contained in:
parent
031803e947
commit
e7f63b03f8
1 changed files with 2 additions and 2 deletions
|
@ -605,7 +605,7 @@ ges_timeline_class_init (GESTimelineClass * klass)
|
|||
G_TYPE_PTR_ARRAY);
|
||||
|
||||
/**
|
||||
* GESTimeline::track-elements-snapping:
|
||||
* GESTimeline::snapping-started:
|
||||
* @timeline: the #GESTimeline
|
||||
* @obj1: the first #GESTrackElement that was snapping.
|
||||
* @obj2: the second #GESTrackElement that was snapping.
|
||||
|
@ -620,7 +620,7 @@ ges_timeline_class_init (GESTimelineClass * klass)
|
|||
G_TYPE_UINT64);
|
||||
|
||||
/**
|
||||
* GESTimeline::snapping-end:
|
||||
* GESTimeline::snapping-ended:
|
||||
* @timeline: the #GESTimeline
|
||||
* @obj1: the first #GESTrackElement that was snapping.
|
||||
* @obj2: the second #GESTrackElement that was snapping.
|
||||
|
|
Loading…
Reference in a new issue