Hi Erik, Thank you for response, you were right, after I've added qtmultimedia-qmlplugins to IMAGE_INSTALL the problem has gone.
Thanks, Ilya. 2014-04-13 17:28 GMT+07:00 Erik Botö <[email protected]>: > Hi, > > Sounds like you're doing great work! > > Are you sure that the plugins have been installed onto the image? If > you don't have anything that depends on them, or explicitly add them > using IMAGE_INSTALLS maybe they're built but not deployed. > > Could you check rpm -qa | grep *qt*plugins* on the target system? > > Also, check which packages that's been generated in your build with > something like find tmp/deploy/rpm -name '*qt*plugins*.rpm'. You > should have something like > libqt5multimedia-qmlplugins-<some-version-info>.rpm that you want > installed on the image. > > Cheers, > Erik > > On Sat, Apr 12, 2014 at 7:22 PM, Ilya Smelykh <[email protected]> > wrote: > > I'm working on bringing the gst1.x + qt5multimedia to the meta-qt5 for > > imx6, this qt branch was reviewed and merged to qt5multimedia dev branch > > yesterday , for now I've managed to build the image with qtmultimedia and > > gst1.x. > > My current problem is the way I'm trying to test the results, I want to > > have qtmultimedia-examples related to the video working, but despites of > all > > building process was done, and from the logs of yocto and qt5 logs I can > see > > that qt5multimedia was built with gst1.x there is a same problem which I > had > > using meta-qt5 dora branch, the problem's log is below: > > > > qrc:///qml/qmlvideofx/ContentVideo.qml:43:1: module "QtMultimedia" is > not > > installed > > qrc:///qml/qmlvideofx/Content.qml:143: TypeError: Cannot set property > > 'mediaSource' of null > > > > I've checked several meta-qt5 branches, and found that any branch cause > the > > same problem regarding to qt5multimedia examples. > > > > Guys, any ideas? > > > > -- > > Cheers, > > Ilya. > > > > -- > > _______________________________________________ > > meta-freescale mailing list > > [email protected] > > https://lists.yoctoproject.org/listinfo/meta-freescale > > > -- Cheers, Ilya.
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
