https://bugs.kde.org/show_bug.cgi?id=377255

--- Comment #12 from Jean-Baptiste Mardelle <j...@kdenlive.org> ---
properties.inherit does not copy the filters. However, trying to copy the
filters on the clips copied with properties.inherit caused various corruptions
and crashes for example on clip reload. My guess is that properties.inherit
also copies some internal parameters that should not be duplicated between
clips.

Since all this was really last minute for 16.12, I opted for a different
workaround that I hope will not reveal worse. Based on the conclusion that the
producer xml was messing the master profile when parsing a <profile> tag in the
xml, in the clone() method, I manually removed the "profile" tag, avoiding the
threading / corruption problem.

I think the xml producer should allow creating an MLT producer without messing
the project profile, so in my opinion, something is wrong in MLT. Don't you
think ? I will think a little more about it and ask on MLT's list what they
think about it.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to