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 441784 - [Simple Timeline] Make video-only clips work
[Simple Timeline] Make video-only clips work
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.10.3
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-28 10:41 UTC by Edward Hervey
Modified: 2007-05-28 11:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2007-05-28 10:41:48 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.
Comment 1 Edward Hervey 2007-05-28 11:51:27 UTC
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