diff --git a/src/plugins/screencast/screencaststream.cpp b/src/plugins/screencast/screencaststream.cpp index ad739c2de5..421cf2d9c7 100644 --- a/src/plugins/screencast/screencaststream.cpp +++ b/src/plugins/screencast/screencaststream.cpp @@ -333,6 +333,7 @@ ScreenCastStream::ScreenCastStream(ScreenCastSource *source, std::shared_ptronStreamParamChanged(id, param); }; + m_pendingFrame.setSingleShot(true); connect(&m_pendingFrame, &QTimer::timeout, this, [this] { recordFrame(m_pendingDamages); });