]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
Add automatic scene split (requires MLT patch): http://kdenlive.org/mantis/view.php...
[kdenlive] / src / projectlist.h
index 8ed251afc507455e7f1a3c9b11f2090a3a7199d6..8d127722f90b60cfa286ec334abe360533162d77 100644 (file)
@@ -424,7 +424,7 @@ private:
     /** @brief Get the list of job names for current clip. */
     QStringList getPendingJobs(const QString &id);
     /** @brief Start an MLT process job. */
-    void processClipJob(QStringList ids, const QString&destination, bool autoAdd, QStringList jobParams, const QString &description);
+    void processClipJob(QStringList ids, const QString&destination, bool autoAdd, QStringList jobParams, const QString &description, QStringList extraParams = QStringList());
 
 private slots:
     void slotClipSelected();
@@ -490,6 +490,8 @@ private slots:
     void slotResetInfoMessage();
     /** @brief close warning info passive popup. */
     void slotClosePopup();
+    /** @brief process clip job result. */
+    void slotGotFilterJobResults(QString ,int , int, QString, stringMap);
 
 signals:
     void clipSelected(DocClipBase *, QPoint zone = QPoint(), bool forceUpdate = false);