From: Jean-Baptiste Mardelle Date: Fri, 4 Jan 2013 11:34:07 +0000 (+0100) Subject: increase delay for killing screen capture so that the process has more time to termin... X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=51610e2e7c91701bd4cc4a5d754047abba4804d5;p=kdenlive increase delay for killing screen capture so that the process has more time to terminate normally --- diff --git a/src/recmonitor.cpp b/src/recmonitor.cpp index 7fec57c3..e2eeb8a8 100644 --- a/src/recmonitor.cpp +++ b/src/recmonitor.cpp @@ -427,7 +427,7 @@ void RecMonitor::slotStopCapture() break; case SCREENGRAB: m_captureProcess->terminate(); - QTimer::singleShot(1000, m_captureProcess, SLOT(kill())); + QTimer::singleShot(1500, m_captureProcess, SLOT(kill())); break; case VIDEO4LINUX: case BLACKMAGIC: