From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UGF3ZcWCIEdpYmFzemVr?= Date: Tue, 14 Jan 2014 06:01:52 +0100 Subject: [Buildroot] QMultimedia problem In-Reply-To: <52D4C3EC.70103@gmail.com> References: <52D4C3EC.70103@gmail.com> Message-ID: <52D4C4C0.70503@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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.