mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ges: Remove useless and error prone 'transfer full' annotations
transfer full is default and there is currently a bug in GES when constructor are declared as transfer full
This commit is contained in:
parent
b9640383ed
commit
19fa2acc02
4 changed files with 4 additions and 5 deletions
|
@ -1404,8 +1404,7 @@ ges_timeline_object_edit (GESTimelineObject * object, GList * layers,
|
||||||
* The function modifies @object, and creates another #GESTimelineObject so
|
* The function modifies @object, and creates another #GESTimelineObject so
|
||||||
* we have two clips at the end, splitted at the time specified by @position.
|
* we have two clips at the end, splitted at the time specified by @position.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): The newly created #GESTimelineObject resulting from
|
* Returns: The newly created #GESTimelineObject resulting from the splitting
|
||||||
* the splitting
|
|
||||||
*
|
*
|
||||||
* Since: 0.10.XX
|
* Since: 0.10.XX
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -203,7 +203,7 @@ ges_tl_parse_launch_effect_create_track_obj (GESTimelineObject * self,
|
||||||
*
|
*
|
||||||
* Creates a new #GESTimelineParseLaunchEffect from the description of the bin.
|
* Creates a new #GESTimelineParseLaunchEffect from the description of the bin.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a newly created #GESTimelineParseLaunchEffect, or
|
* Returns: a newly created #GESTimelineParseLaunchEffect, or
|
||||||
* %NULL if something went wrong.
|
* %NULL if something went wrong.
|
||||||
*
|
*
|
||||||
* Since: 0.10.2
|
* Since: 0.10.2
|
||||||
|
|
|
@ -1554,7 +1554,7 @@ ges_track_object_set_max_duration (GESTrackObject * object, guint64 maxduration)
|
||||||
*
|
*
|
||||||
* Copies @object
|
* Copies @object
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): The newly create #GESTrackObject, copied from @object
|
* Returns: The newly create #GESTrackObject, copied from @object
|
||||||
*
|
*
|
||||||
* Since: 0.10.XX
|
* Since: 0.10.XX
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
* Creates a new #GESTimeline containing a raw audio and a
|
* Creates a new #GESTimeline containing a raw audio and a
|
||||||
* raw video track.
|
* raw video track.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): The newly created #GESTimeline.
|
* Returns: The newly created #GESTimeline.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
GESTimeline *
|
GESTimeline *
|
||||||
|
|
Loading…
Reference in a new issue