GNOME Bugzilla – Bug 644943
Integration of a pitivi formatter in GES
Last modified: 2013-09-24 16:03:32 UTC
This aims to provide first a load_from_uri implementation for .xptv files, and later a save_to_uri implementation. My repo can be found on github at : https://github.com/Mathieu69/GES-Gargamel Refactoring is under way, next version will be pushed tomorrow with the branch name "work".
I just pushed a new version of the formatter on github. Transitions are now dispatched correctly, whatever the case (overlapping transitions work as well). What is missing now to mimick exactly pitivi projects is curves and effects. Effects are gonna be implemented by thiblahute, but I don't know about curves. A minimalistic test case has been set up, don't know if a more complex one is needed ?
Save-to_uri implemented. Memory leaks fixed. I just pushed my branch.
I have also added copyright and LGPLv2+ license headers to ges-pitivi-formatter.[ch] now.