mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
TimelineObject: remove trailling spaces
This commit is contained in:
parent
5e84bf8fe3
commit
dd298b99c7
2 changed files with 3 additions and 3 deletions
|
@ -280,7 +280,7 @@ ges_timeline_object_set_duration
|
|||
ges_timeline_object_get_layer
|
||||
ges_timeline_object_find_track_object
|
||||
ges_timeline_object_add_track_object
|
||||
ges_timeline_object_get_effects
|
||||
ges_timeline_object_get_effects
|
||||
<SUBSECTION Standard>
|
||||
GES_TIMELINE_OBJECT_DURATION
|
||||
GES_TIMELINE_OBJECT_INPOINT
|
||||
|
|
|
@ -726,7 +726,7 @@ ges_timeline_object_find_track_object (GESTimelineObject * object,
|
|||
* Note: The reference count of the returned #GESTimelineLayer will be increased,
|
||||
* The user is responsible for unreffing it.
|
||||
*
|
||||
* Returns: (transfer full): The #GESTimelineLayer where this @object is being used, #NULL if
|
||||
* Returns: (transfer full): The #GESTimelineLayer where this @object is being used, #NULL if
|
||||
* it is not used on any layer.
|
||||
*/
|
||||
GESTimelineLayer *
|
||||
|
@ -748,7 +748,7 @@ ges_timeline_object_get_layer (GESTimelineObject * object)
|
|||
*
|
||||
* Returns: (transfer full) (element-type GESTrackObject): The list of
|
||||
* trackobject contained in @object.
|
||||
* The user is responsible for unreffing the contained objects
|
||||
* The user is responsible for unreffing the contained objects
|
||||
* and freeing the list.
|
||||
*/
|
||||
GList *
|
||||
|
|
Loading…
Reference in a new issue