GNOME Bugzilla – Bug 708539
Dragging multiple clips onto timeline places them across different layers at the same timestamp, instead of one after another
Last modified: 2013-09-22 00:09:20 UTC
When dragging e.g. 3 clips onto the timeline, right now you get a timeline looking like this: video 1 | [...clip1...] video 2 | [..clip2..] video 3 | [....clip3....] It would be more expected for this to happen: video 1 | [...clip1...][..clip2..][....clip3....] As it worked in earlier Pitivi versions, and indeed other video editors.
Created attachment 255491 [details] [review] Put the clips in sequence instead of creating new layers for each clip
Thanks Odin! :) commit 6e212035ff3403219e04f2ffa799cb6f70693255 Author: Odin Hørthe Omdal <odinho@opera.com> Date: Sat Sep 21 13:44:07 2013 +0200 Put multiple new clips in sequence on the same layer Earlier the code would put all clips on top of each other and give each clip its own layer. This is unexpected and not very helpful.