linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #03004
[Bug 902952] [NEW] segfault in libmlt4 because of spaces the generated melt xml
Public bug reported:
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!
** Affects: openshot
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, 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
Follow ups
References