https://bugs.kde.org/show_bug.cgi?id=371234
Peter changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=371234
--- Comment #4 from Peter ---
Even just && m_player != "-" alone would mean "generate script" scripts
wouldn't try to play anything and segfault because of not enough arguments as
generate script uses "-" as the player for kdenlive_render - this is how
https://bugs.kde.org/show_bug.cgi?id=371234
Peter changed:
What|Removed |Added
See Also||https://bugs.kde.org/show_b
|
https://bugs.kde.org/show_bug.cgi?id=371234
--- Comment #3 from Peter ---
Sorry, I meant: https://bugs.kde.org/show_bug.cgi?id=371478 and
https://bugs.kde.org/show_bug.cgi?id=371263
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=371234
Peter changed:
What|Removed |Added
CC||pe...@corrosivetruths.org
--- Comment #2 from Peter --
https://bugs.kde.org/show_bug.cgi?id=371234
Michael Palimaka changed:
What|Removed |Added
CC||kensing...@gentoo.org
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=371234
--- Comment #1 from Peter ---
Removing the following from kdenlive-16.08.2/renderer/renderjob.cpp makes it
not crash.
> // Decode url
> QString url = QUrl::fromEncoded(args.takeLast().toUtf8()).path();
> args << url;