FS#40748 - [qt5-multimedia] remote urls causes crashes due to libproxy
Attached to Project:
Arch Linux
Opened by Bhushan Shah (bhushan_shah) - Saturday, 07 June 2014, 11:01 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 11 June 2014, 14:56 GMT
Opened by Bhushan Shah (bhushan_shah) - Saturday, 07 June 2014, 11:01 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 11 June 2014, 14:56 GMT
|
Details
Description:
Right now, libproxy is compiled with kdelibs4 suppport turned on. which makes qt5 multimedia crash in kdecore.so.5 Steps to reproduce: For example, import QtQuick 2.0 import QtMultimedia 5.0 Item { MediaPlayer { id: mediaplayer source: "http://files.kde.org/plasma/kwin/effect-videos/desktop_grid.mp4" } VideoOutput { anchors.fill: parent source: mediaplayer } MouseArea { id: playArea anchors.fill: parent onPressed: mediaplayer.play(); } } This example will crash in kdecore.so.5 when opened in qmlscene. |
This task depends upon
https://bugs.kde.org/show_bug.cgi?id=323407
http://code.google.com/p/libproxy/issues/detail?id=197