Hi,
    I'm working on integrating video player into MeeGo handset system
on ARM board.
 And I found that:
videoplayer --> libQtMedia.so -->
/usr/lib/qt4/plugins/mediaservice/libgstengine.so

When I used released binary, libgstengine.so create an "gstreamer
playbin2" and search for "xvimagesink".
In my work, I need to change "xvimagesink" to "autovideosink". So I
rebuilt qt-mobility to get new libQtMedia.so and libgstengine.so.
After successfully building the qt-mobility and its examples, the
example "player" can work well and use the "autovideosink" path of
gstreamer.

But no matter I copy libQtMedia.so to /usr/lib or set the env_variable
LD_LIBARAY_PATH to "qt-mobility/install/lib", videoplayer always told
me no service for "com.nokia.qmediaplayer". The plugins could not be
loaded.

I want to know that how could I make the new plugin work.

Thanks!

-Matt Yung
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to