Bug 361361 - git master - creating a new project in Kdenlive while another is open shows frame from previous project in monitors (video example included)
Summary: git master - creating a new project in Kdenlive while another is open shows f...
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL: https://youtu.be/xTATesQMtYM
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-03 20:02 UTC by Unknown
Modified: 2016-04-12 19:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2016-04-03 20:02:50 UTC
See video in url field for example.

When you're in Kdenlive working on a project, and a video is currently showing in the Project Monitor, creating a new project still shows the last frame the Project Monitor was showing from the previous project.

Reproducible: Always

Steps to Reproduce:
1. Have an edit open with the Project Monitor showing video from the edit.
2. Create a new project.

Actual Results:  
A video frame from the last project is shown in the Project Monitor.

Expected Results:  
Both monitors should be black, showing no traces of the previous project.

Bug reported while using Kdenlive 16.07.70 git master build via kdenlive-master ppa. Ubuntu 16.04 x64, Unity 7.4.0 desktop environment
Comment 1 Jean-Baptiste Mardelle 2016-04-08 23:33:30 UTC
Git commit 5a9f5abdbc063b15162c29943442dd49aabcacc1 by Jean-Baptiste Mardelle.
Committed on 08/04/2016 at 23:33.
Pushed by mardelle into branch 'Applications/16.04'.

Make sure to clear monitors when closing a project

M  +11   -3    src/monitor/glwidget.cpp
M  +1    -0    src/monitor/glwidget.h
M  +4    -0    src/monitor/monitor.cpp
M  +2    -0    src/monitor/monitor.h
M  +6    -0    src/monitor/monitormanager.cpp
M  +1    -0    src/monitor/monitormanager.h
M  +2    -0    src/project/projectmanager.cpp

http://commits.kde.org/kdenlive/5a9f5abdbc063b15162c29943442dd49aabcacc1
Comment 2 Unknown 2016-04-12 19:19:39 UTC
Confirmed that this bug is fixed in the latest git build. Thanks JB!