]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.cpp
* Revert to an easier MLT playlist manipulation now that MLT allows easy transition...
[kdenlive] / src / docclipbase.cpp
index 10bf759232959007235b861df5e860d6328adf13..7532f0f9399d9173eb7127ecaf287e992df6fc93 100644 (file)
@@ -368,6 +368,8 @@ QString DocClipBase::markerComment(GenTime t) {
 }
 
 void DocClipBase::setProperties(QMap <QString, QString> properties) {
+    // changing clip type is not allowed
+    properties.remove("type");
     QMapIterator<QString, QString> i(properties);
     while (i.hasNext()) {
         i.next();