]> git.sesse.net Git - kdenlive/blobdiff - src/recmonitor.h
Workaround audio capture issue:http://www.kdenlive.org/mantis/view.php?id=2841 -...
[kdenlive] / src / recmonitor.h
index aeb1029019af80e1a3c171c830a57e6320171f0c..16063fafdfde60a5245cda57097f207f0f38d94f 100644 (file)
@@ -108,7 +108,7 @@ private:
     /** @brief Build MLT producer for device, using path as profile. */
     void buildMltDevice(const QString &path);
     /** @brief Create string containing an XML playlist for v4l capture. */
-    const QString getV4lXmlPlaylist(MltVideoProfile profile);
+    const QString getV4lXmlPlaylist(MltVideoProfile profile, bool *isXml);
 
 private slots:
     void slotStartPreview(bool play = true);