]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Generators now use MLT's xml consumer instead of manually creating a buggy mlt xml...
[kdenlive] / src / mainwindow.cpp
index 43c1fc024c83da354b01ed15d1b7019bf8eb9b1d..e9e5861cf8a9aca2a11082c9cf1f8d033412b0f2 100644 (file)
@@ -812,7 +812,7 @@ void MainWindow::generateClip()
     QAction *action = qobject_cast<QAction *>(sender());
     ClipGenerator *iGenerator = qobject_cast<ClipGenerator *>(action->parent());
 
-    KUrl clipUrl = iGenerator->generatedClip(action->data().toString(), m_activeDocument->projectFolder(),
+    KUrl clipUrl = iGenerator->generatedClip(KdenliveSettings::rendererpath(), action->data().toString(), m_activeDocument->projectFolder(),
                    QStringList(), QStringList(), m_activeDocument->fps(), m_activeDocument->width(), m_activeDocument->height());
     if (!clipUrl.isEmpty()) {
         m_projectList->slotAddClip(QList <QUrl> () << clipUrl);