GNOME Bugzilla – Bug 669959
Switching from an automatic crossfade transition to another type does not work
Last modified: 2013-09-24 16:03:35 UTC
So, I implemented transitions in a branch of pitivi: https://github.com/nekohayo/pitivi/commits/transitions I think my code is correct since, with the latest commit, GES returns False instead of an error when calling set_transition_type. From the looks of it, the problem is that GES does not yet support switching from auto crossfades to another transition type...
Fixed by commit 1e6c82fb3c156a9d78084af35473e49cdc7f817b Author: Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> Date: Wed May 2 01:08:08 2012 +0200 ges-track-video-transition: Enables switching from crossfade to smpte and vice versa Fix the tests properly And commits from 15c7e9738cb2 to dd55b0084