docs: Minor documentation fixes

This commit is contained in:
Thibault Saunier 2019-05-23 18:42:34 -04:00
parent 9b2cdbb355
commit b8c0894f34
3 changed files with 3 additions and 4 deletions

View file

@ -691,8 +691,7 @@ ges_layer_add_clip (GESLayer * layer, GESClip * clip)
* @duration: The duration value to set on the new #GESClip
* @track_types: The #GESTrackType to set on the the new #GESClip
*
* Creates Clip from asset, adds it to layer and
* returns a reference to it.
* Creates Clip from asset, adds it to layer and returns its pointer.
*
* Returns: (transfer none): Created #GESClip
*/

View file

@ -347,7 +347,7 @@ ges_timeline_element_class_init (GESTimelineElementClass * klass)
/**
* GESTimelineElement:start:
*
* The position of the object in its container (in nanoseconds).
* The position of the object in the timeline (in nanoseconds).
*/
properties[PROP_START] = g_param_spec_uint64 ("start", "Start",
"The position in the container", 0, G_MAXUINT64, 0, G_PARAM_READWRITE);

View file

@ -33,7 +33,7 @@
* Contains a list of #GESLayer which users should use to arrange the
* various clips through time.
*
* The output type is determined by the #GESTrack that are set on
* The output types are determined by the #GESTrack that are set on
* the #GESTimeline.
*
* To save/load a timeline, you can use the ges_timeline_load_from_uri() and