]> git.sesse.net Git - kdenlive/blobdiff - src/mltdevicecapture.h
Second part of the capture rewrite. Decklink capture now seems to work with latest MLT
[kdenlive] / src / mltdevicecapture.h
index da341ebc29d399c2502f2136378ba8f99d31cc99..158b71597e1f6898f59053dce2df7e294fc2bff3 100644 (file)
@@ -76,7 +76,7 @@ Q_OBJECT public:
     /** @brief Starts the MLT Video4Linux process.
      * @param surface The widget onto which the frame should be painted
      */
-    bool slotStartCapture(const QString &params, const QString &path, const QString &playlist);
+    bool slotStartCapture(const QString &params, const QString &path, const QString &playlist, bool xmlPlaylist = true);
     bool slotStartPreview(const QString &producer, bool xmlFormat = false);
     /** @brief A frame arrived from the MLT Video4Linux process. */
     void gotCapturedFrame(Mlt::Frame& frame);