We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a34bf commit f2480a3Copy full SHA for f2480a3
src/mltcontroller.cpp
@@ -195,8 +195,8 @@ void Controller::play(double speed)
195
m_consumer->set("buffer", 25);
196
m_consumer->set("prefill", 1);
197
// Changes to real_time require a consumer restart if running.
198
- /* if (!m_consumer->is_stopped()) */
199
- /* m_consumer->stop(); */
+ if (!m_consumer->is_stopped())
+ m_consumer->stop();
200
}
201
m_consumer->start();
202
refreshConsumer();
0 commit comments