From bf9985cd5b67f17258acd8228281debfcb891611 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Tue, 14 Jun 2011 19:00:50 +0000 Subject: [PATCH] Fix real_time property of capture encoding svn path=/trunk/kdenlive/; revision=5716 --- src/mltdevicecapture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mltdevicecapture.cpp b/src/mltdevicecapture.cpp index b7037664..23526874 100644 --- a/src/mltdevicecapture.cpp +++ b/src/mltdevicecapture.cpp @@ -408,7 +408,7 @@ bool MltDeviceCapture::slotStartCapture(const QString ¶ms, const QString &pa kDebug()<<"-- CREATING CAP: "<set("real_time", KdenliveSettings::mltthreads()); + m_mltConsumer->set("real_time", -KdenliveSettings::mltthreads()); delete[] tmp; QStringList paramList = params.split(" ", QString::SkipEmptyParts); -- 2.39.2