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.
Hypothetically, m_pendingFrame can be armed when the stream is paused. It is undesired to call recordFrame() in that case.