After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669959 - Switching from an automatic crossfade transition to another type does not work
Switching from an automatic crossfade transition to another type does not work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 609353
 
 
Reported: 2012-02-13 03:11 UTC by Jean-François Fortin Tam
Modified: 2013-09-24 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2012-02-13 03:11:59 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...
Comment 1 Jean-François Fortin Tam 2012-05-06 20:48:16 UTC
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