ges: Fix ges_layer_get_clips_in_interval(start, end) refcount handling
authorHarish Fulara <harish14143@iiitd.ac.in>
Tue, 27 Feb 2018 09:56:29 +0000 (15:26 +0530)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 27 Feb 2018 12:56:43 +0000 (09:56 -0300)
commit503300a0dfa49cd8ce826ed93de940436ab96074
tree8b09bff1dfba7b6c90e6048a6d9a8521638321bc
parent6e018d7b2d3a7fd77729261e2b3b7eb389db3911
ges: Fix ges_layer_get_clips_in_interval(start, end) refcount handling

The documentation states that it returns a (transfer full) list
of GESClip but it was returning a (transfer container) list. Make
sure to actually make it (transfer full).

https://bugzilla.gnome.org/show_bug.cgi?id=793874
ges/ges-layer.c