That having been said, enough of this. I can do a fair amount of PiTiVi development without up-to-date gstreamer installed. I have a job to do, and it's time to start doing it. So, for the next three days, I'm going to start working on things which do not depend on having up-to-date gstreamer libraries.
Switch Simple Timeline To Goocanvas
I've already got a prototype of this working, but there are a couple things that need to happen first.
- I have a prototype container class that derives from goocanvas.Group which handles repositioning, adding, and deleting groups of items that I use in gst-editor.py. I want to re-factor this class so that it derives directly from goocanvas.Canvas.
- I have a prototype timeline implemented as a python script. It simulates a re-orderable list of canvas widgets. This code needs to be rewritten slightly so that it is more friendly to MVC. In particular, it needs to wait for signals from the model before anything in the UI is reordered.
- Merge the code from (2) above into (1)
- Test code independently with standard canvas objects of varying sizes
- Merge the external drag-and-drop support in from the existing PiTiVi timeline widget
- Test the code independently of pitivi using existing PiTiVi source widgets
- Merge the new code into PiTiVi
Once I get gstreamer-cvs installed, I can start working on some other things.
- Transitions
- Titling Support
- Still Image Support
No comments:
Post a Comment