GNOME Bugzilla – Bug 705748
Duration is taken as an outpoint instead in ges_timeline_object_set_duration ()
Last modified: 2013-08-11 10:55:47 UTC
Created attachment 251265 [details] Example code that demonstrates that duration is taken as an outpoint When calling ges_timeline_object_set_duration (), it seems like the outpoint becomes the value of the duration, and not the inpoint plus the duration, as it should be. Let say one specifies a in-point of 3.0 seconds, and a duration of 6.0 seconds, the resulting clip should last 6.0 seconds, but it lasts only 3.0 seconds. So, the duration is taken as an outpoint instead. The outpoint should be inpoint + duration. See the complete C file attached.
Note that GES_TIMELINE_OBJECT_DURATION () returns 0:00:06.000000000, as it should be, but the resulting clip actually last 3 seconds, as reported by the time(1) command.
Thanks for the bug report. However, 0.10 is not maintained any longer. Does this still happen with ges as in git master?
<thiblahute> I just tested that and it works just as expected in 1.0/master