Re: [Development] Qt::WA_PaintOnScreen Changes

2014-08-23 Thread David Narvaez
On Wed, Aug 20, 2014 at 12:17 PM, David Narvaez wrote: > On Thu, Aug 14, 2014 at 12:34 PM, Shaw Andy wrote: >> If you were using WA_PaintOnScreen then you also need to ensure you >> reimplement paintEngine() to return 0. Had you done that at all? > > Thanks for your help and sorry for the late r

Re: [Development] QtMultimedia and Musepack

2014-08-23 Thread Olivier Goffart
On Saturday 23 August 2014 15:46:46 Roland Winklmeier wrote: > Am 22.08.2014 14:04, schrieb Cornelius Hald: > >> I recently ported application from Qt4 to Qt5 and I rewrote a bit the > >> audioplayer in it. Now it is using QtMultimedia instead of Phonon. > > There is an unresolved dependency issue

Re: [Development] QtMultimedia and Musepack

2014-08-23 Thread Roland Winklmeier
Am 22.08.2014 14:04, schrieb Cornelius Hald: >> I recently ported application from Qt4 to Qt5 and I rewrote a bit the >> audioplayer in it. Now it is using QtMultimedia instead of Phonon. >> There is an unresolved dependency issue with the combination Qt5 - GStreamer: Qt5 uses GStreamer on Linux,