mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
timeline: Minor documentations fixes
This commit is contained in:
parent
d3f210fe6d
commit
91b55adec2
1 changed files with 2 additions and 4 deletions
|
@ -265,11 +265,9 @@ ges_timeline_class_init (GESTimelineClass * klass)
|
|||
object_class->finalize = ges_timeline_finalize;
|
||||
|
||||
/**
|
||||
* GESTimelineObject:duration
|
||||
* GESTimeline:duration
|
||||
*
|
||||
* Current duration (in nanoseconds) of the #GESTimeline
|
||||
*
|
||||
* Default value: 0
|
||||
*/
|
||||
properties[PROP_DURATION] =
|
||||
g_param_spec_uint64 ("duration", "Duration",
|
||||
|
@ -1849,7 +1847,7 @@ fail:
|
|||
* ges_timeline_append_layer:
|
||||
* @timeline: a #GESTimeline
|
||||
*
|
||||
* Append a newly creater #GESTimelineLayer to @timeline
|
||||
* Append a newly created #GESTimelineLayer to @timeline
|
||||
* Note that you do not own any reference to the returned layer.
|
||||
*
|
||||
* Returns: (transfer none): The newly created #GESTimelineLayer, or the last (empty)
|
||||
|
|
Loading…
Reference in a new issue