GNOME Bugzilla – Bug 441784
[Simple Timeline] Make video-only clips work
Last modified: 2007-05-28 11:51:27 UTC
Video-only clips are allowed to be dropped onto the simple timeline, but they cause mayhem in the composition since they don't have video. When added through the simple timeline, we should link to them an blank-audio brother so processing happens correctly.
2007-05-28 Edward Hervey <edward@fluendo.com> * pitivi/timeline/source.py: New TimelineBlankSource for audio/video blanks. * pitivi/ui/timelineobjects.py: When adding a video-only clip to the timeline, link a blank audio brother to it to avoid issues. Fixes #441784