mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: Minor documentation fixes
This commit is contained in:
parent
9b2cdbb355
commit
b8c0894f34
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue