Bug 359356 - Adding clip on new created track has wrong start position
Summary: Adding clip on new created track has wrong start position
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-13 15:44 UTC by eddrog
Modified: 2016-02-14 10:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eddrog 2016-02-13 15:44:17 UTC
If you add a clip from the bin into the new created track in the timeline all looks good but if you start playback you imagine that the clip begins always from the beginning of the timeline. On kdenlive restart the new added clip is also at the start of the timeline.
 

Reproducible: Always

Steps to Reproduce:
1. Create a new track
2. Add a clip into the new track (not at the start of a track). The GUI looks good. 
3. Start playback from the beginning. You will see that the clip is playing.
4. Restart kdenline the new added clip is now at the beginning of the track
Comment 1 Jean-Baptiste Mardelle 2016-02-13 21:40:30 UTC
Git commit 14aa9852857c39e5e9cf9c0288af4b048332eedd by Jean-Baptiste Mardelle.
Committed on 13/02/2016 at 21:40.
Pushed by mardelle into branch 'master'.

Fix inserting clip in new track broken

M  +1    -1    src/project/jobs/meltjob.cpp
M  +3    -3    src/renderer.cpp

http://commits.kde.org/kdenlive/14aa9852857c39e5e9cf9c0288af4b048332eedd
Comment 2 eddrog 2016-02-14 10:05:38 UTC
Tested. Fixed.