Skip to content

plugins/screencast: Stop frame rate throttling timer when stream is paused

Hypothetically, m_pendingFrame can be armed when the stream is paused. It is undesired to call recordFrame() in that case.

Merge request reports