[Development] Qt 5.5 for Android - More Regressions Since 5.3

2015-07-05 Thread Robert Iakobashvili
Hi, Trying Qt-5.5 for Android, the following regressions since Qt-5.3 are still inside and break it: 1. QTBUG-44337 - [REG 5.3-5.4] Android: QFileDialog for Save Keeps Save Button Disabled until the filename contains a dot 2. QTBUG-44271 - [REG 5.3 -> 5.4] Android: QFontComboBox Broken and e

[Development] The dark side of QtMultimedia - strikes back

2015-07-05 Thread Massimo Callegari
>On 2015-07-05, Massimo Callegari wrote: >> Update #2 (sorry for spamming) >> >> I patched qgstreamervideowindow.cpp and qgstreamervideowidget.cpp to support >> the linuxfb platform. >> It kinda works !! >> >> Screenshot here: http://pasteboard.co/1JlYRT9l.jpg >> >> Videos can be played hardware

Re: [Development] The dark side of QtMultimedia - strikes back

2015-07-05 Thread Sune Vuorela
On 2015-07-05, Massimo Callegari wrote: > Update #2 (sorry for spamming) > > I patched qgstreamervideowindow.cpp and qgstreamervideowidget.cpp to support > the linuxfb platform. > It kinda works !! > > Screenshot here: http://pasteboard.co/1JlYRT9l.jpg > > Videos can be played hardware decoded wi

[Development] The dark side of QtMultimedia - strikes back

2015-07-05 Thread Massimo Callegari
Update #2 (sorry for spamming) I patched qgstreamervideowindow.cpp and qgstreamervideowidget.cpp to support the linuxfb platform. It kinda works !! Screenshot here: http://pasteboard.co/1JlYRT9l.jpg Videos can be played hardware decoded with audio and video until the end. It's definitely using

[Development] The dark side of QtMultimedia - strikes back

2015-07-05 Thread Massimo Callegari
Update. The message "No m_videoSink available!" is clearly an alarm that something is going wrong. So I checked the code and...surprise ! The EGLFS platform is not even considered ! Well done ! Code extract from qtmultimedia/src/gsttols/qgstreamervideowindow.cpp line 59: if (elementName) {

Re: [Development] The dark side of QtMultimedia - strikes back

2015-07-05 Thread Massimo Callegari
Da: Hausmann Simon A: Massimo Callegari ; "development@qt-project.org" Inviato: Domenica 5 Luglio 2015 8:33 Oggetto: Re: [Development] The dark side of QtMultimedia - strikes back > Hi, > Could you elaborate how omxplayer uses gstreamer? > I only see openm

Re: [Development] The dark side of QtMultimedia - strikes back

2015-07-05 Thread Massimo Callegari
Sorry, ignore the previous. Stupid formatting :( > That doesn't mean it's working perfectly. This example working means this > example works, that's all. > Anyway, can you at least try raw gstreamer, like gst-launch? Yes I can. pi@raspberrypi ~ $ gst-launch-1.0 filesrc location=sintel-1280-su

Re: [Development] The dark side of QtMultimedia - strikes back

2015-07-05 Thread Massimo Callegari
> That doesn't mean it's working perfectly. This example working means thisĀ  > example works, that's all. > Anyway, can you at least try raw gstreamer, like gst-launch? Yes I can.pi@raspberrypi ~ $ gst-launch-1.0 filesrc location=sintel-1280-surround.mp4 ! qtdemux name=demuxer \ demuxer. ! queue