openshot.bugs team mailing list archive
-
openshot.bugs team
-
Mailing list archive
-
Message #01207
[Bug 902952] Re: segfault in libmlt4 because of spaces the generated melt xml
On my system running Ubuntu 11.04, with a build from today's main
OpenShot branch, it does not add these spaces, so maybe a change in
xml.dom.minidom caused this.
--
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/902952
Title:
segfault in libmlt4 because of spaces the generated melt xml
Status in OpenShot Video Editor:
New
Bug description:
Hi,
The current version of openshot in Debian is segfaulting whenever
playing a video, see http://bugs.debian.org/651604 for details.
Apparently it comes from the fact that openshot adds some spaces in
the melt xml (sequence.mlt). For instance, it contains:
<transition in="0.0" out="6857.0">
<property name="mlt_service">mix </property>
<property name="a_track">0 </property>
<property name="b_track">2 </property>
<property name="combine">1 </property>
<property name="always_active">1 </property>
</transition>
Notice the spaces after "mix" in the "mlt_service", etc! It would be
nice if the trailing spaces could be removed in the mlt produced by
openshot, so that melt doesn't crashes...
Thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/902952/+subscriptions
References