← Back to team overview

openshot.bugs team mailing list archive

[Bug 902952] Re: segfault in libmlt4 because of spaces the generated melt xml

 

Samuel - This is not normal behaviour, so if you could provide the
following details it might help us understand how this has occurred:

What version of Debian are you running?
What version of Python is on your system?
Have you just started using Openshot, or has it worked previously for you on your system?

-- 
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