[Buildroot] QMultimedia problem

Paweł Gibaszek gibol666 at gmail.com
Tue Jan 14 05:01:52 UTC 2014


I have problem with QMultimedia from Qt5 package.
  I'm using QMediaPlayer in my application and it reports error:
[ defaultServiceProvider::requestService(): no service found for - 
"org.qt-project.qt.mediaplayer" ]

I suspect that libgstmediaplayer.so plugin cant be loaded due to missing 
dependency:
[
ldd /usr/lib/qt/plugins/mediaservice/libgstmediaplayer.so | grep found
checking sub-depends for 'not found'
libqgsttools_p.so.1 => not found (0x00000000)
]

On x86 ubuntu machine this lib is present and the app is working.

How can i fix this?
I'm a newbie so forgive me if I'm missing something obvious.
I'm using Buildroot 2014.02-git-00566-gd66c981.
  I've also selected gsteamer1 in addition to gstreamer-0.10 and did 
make clean but it didn't help.




More information about the buildroot mailing list