]> git.sesse.net Git - kdenlive/commitdiff
Use internal attribute for audio track mixing
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 30 Mar 2008 16:32:41 +0000 (16:32 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 30 Mar 2008 16:32:41 +0000 (16:32 +0000)
svn path=/branches/KDE4/; revision=2142

src/kdenlivedoc.cpp

index 1fe50905a2bd09c878b8c04dff04778e99d8649c..e94b0ccd6681600535dcd57cf59d41ecf3e7e89c 100644 (file)
@@ -107,6 +107,7 @@ KdenliveDoc::KdenliveDoc(const KUrl &url, MltVideoProfile profile, QUndoGroup *u
             transition.setAttribute("b_track", QString::number(i));
             transition.setAttribute("mlt_service", "mix");
             transition.setAttribute("combine", "1");
+            transition.setAttribute("internal_added", "237");
             tractor.appendChild(transition);
         }
         QDomElement playlistmain = m_document.createElement("playlist");