KMessageBox::error(qApp->activeWindow(),i18n("Could not create the video preview window.\nThere is something wrong with your Kdenlive install or your driver settings, please fix it."));
if(m_showFrameEvent)deletem_showFrameEvent;
m_showFrameEvent=NULL;
if(m_pauseEvent)deletem_pauseEvent;
m_pauseEvent=NULL;
deletem_mltConsumer;
m_mltConsumer=NULL;
return-1;
}
position=m_mltProducer->position();
m_mltConsumer->set("refresh",1);
...
...
@@ -1043,7 +1056,7 @@ int Render::setProducer(Mlt::Producer *producer, int position)
KMessageBox::error(qApp->activeWindow(),i18n("Could not create the video preview window.\nThere is something wrong with your Kdenlive install or your driver settings, please fix it."));
//KMessageBox::error(qApp->activeWindow(), i18n("Could not create the video preview window.\nThere is something wrong with your Kdenlive install or your driver settings, please fix it."));