Skip to content
Snippets Groups Projects
Commit f13df959 authored by luyikei's avatar luyikei
Browse files

ClipRenderer: Fix not playing preview sometimes

parent a4e115a1
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,9 @@ ClipRenderer::startPreview()
updateInfos( m_selectedClip );
setInput( m_selectedClip->input() );
m_output->start();
m_input->setPosition( 0 );
m_input->setPause( false );
m_output->start();
m_clipLoaded = true;
m_mediaChanged = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment