[oe] [meta-qt5][daisy][BUG]

2014-11-13 Thread Marco Cavallini
Hello, I am using meta-qt5 dora. Everything looks ok except the multimedia extensions. I found a note about a bug in Qt5.2.1 Bug info: console logs for any application trying to use audio features in qt5-multimedia: defaultServiceProvider::requestService(): no service found for - "org.qt-project.q

Re: [oe] [meta-qt5][daisy][BUG]

2014-11-13 Thread Marco Cavallini
Sorry there's a typo I mean 'DAISY' 2014-11-13 12:45 GMT+01:00 Marco Cavallini : > Hello, > I am using meta-qt5 dora. > Everything looks ok except the multimedia extensions. > I found a note about a bug in Qt5.2.1 > > Bug info: > console logs for any application trying to use audio features in >

Re: [oe] [meta-qt5][daisy][BUG]

2014-11-13 Thread 彥瑾
As I remember, meta-qt5's QtMultimedia add a patch to make work on gstreamer1.0 by default. You can disable it by setting the PACKAGECONFIG in your bbappend. (please look through qtmultimedia_xxx.bb) If you use default setup, you need to install gstreamer1.0. 2014-11-13 19:47 GMT+08:00 Marco Cav

Re: [oe] [meta-qt5][daisy][BUG]

2014-11-13 Thread Marco Cavallini
Hi 彥瑾 I needed to add the following line in meta-fsl-arm/qt5-layer/recipes-qt/qtmultimedia_%.bbappend PACKAGECONFIG_append_mx6 = " gstreamer010" Thank you very much 2014-11-13 14:41 GMT+01:00 彥瑾 : > As I remember, meta-qt5's QtMultimedia add a patch to make work on > gstreamer1.0 by default. > >