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

Martin <ad...@djfun.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ad...@djfun.de

--- Comment #1 from Martin <ad...@djfun.de> ---
one problem with the slideshow transition duration might be, that when the
slideshow is created the property "luma_duration" is set to a value in the
timecode but when the producerqueue sets the "duration" property for the luma
filter it just grabs that timecode as a string and then calls .toInt() which
seems to result in the duration being "0".

[from src/mltcontroller/producerqueue.cpp, lines 531 and 533]
QString luma_duration =
EffectsList::property(info.xml,QStringLiteral("luma_duration"));
if (!luma_duration.isEmpty()) filter->set("duration", luma_duration.toInt());

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

Reply via email to