]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Merge branch 'next' into audioAlign
[kdenlive] / src / renderer.h
index 34a516ab56af55baf6f413648c65f839ae171e14..800f1ea548d176bdf44134dce2f196cc01df9bfc 100644 (file)
@@ -303,6 +303,7 @@ Q_OBJECT public:
     Mlt::Tractor *lockService();
     /** @brief Unlock the MLT service */
     void unlockService(Mlt::Tractor *tractor);
+    const QString activeClipId();
 
 private:
 
@@ -407,6 +408,9 @@ signals:
      */
     void removeInvalidProxy(const QString &id, bool durationError);
     void refreshDocumentProducers(bool displayRatioChanged, bool fpsChanged);
+    /** @brief A proxy clip is missing, ask for creation. */
+    void requestProxy(QString);
+
 
     /** @brief A frame's image has to be shown.
      *