]> git.sesse.net Git - mlt/commit
Fix serializing xmldata in kdenlivetitle (kdenlive-1841).
authorj-b-m <jb@kdenlive.org>
Mon, 18 Oct 2010 01:19:38 +0000 (18:19 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 18 Oct 2010 01:19:38 +0000 (18:19 -0700)
commit5a4efecd266c868a725ae57cd82c72300ba90be3
tree278a57807c9d8a037b7ad5265c411f64474677a1
parentc3b7e6d98a78249b417375d06f6212ff36523779
Fix serializing xmldata in kdenlivetitle (kdenlive-1841).

Patch below fixes an issue with the kdenlivetitle producer. Basically,
the problem was that when loading a kdenlivetitle from a file, all the
properties were serialized and passed to the xml consumer.

The problem became more obvious with the "embeded" images in titles,
which then caused images to be embedded inside the kdenlive project
file, causing problems like reported in this issue:

http://kdenlive.org/mantis/view.php?id=1841

With the patch, titles loaded from a file will not copy the xmldata.
src/modules/qimage/kdenlivetitle_wrapper.cpp
src/modules/qimage/producer_kdenlivetitle.c