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
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
Confirmed that this bug is fixed in the latest git build. Thanks JB!