]> git.sesse.net Git - kdenlive/blobdiff - src/documentchecker.cpp
* Fix missing proxy not re-created on project opening
[kdenlive] / src / documentchecker.cpp
index a89ddc13a243a05030b97b267d890fd23c5fbce1..405767386a2f42d580236615dca65ac920f55b2c 100644 (file)
@@ -325,6 +325,8 @@ bool DocumentChecker::hasErrorInClips()
         QString clipType;
         QString realPath = e.attribute("resource");
         QString id = e.attribute("id");
+        // Tell Kdenlive to recreate proxy
+        e.setAttribute("_replaceproxy", "1");
         // Replace proxy url with real clip in MLT producers
         QDomNodeList properties;
         QDomElement mltProd;