문제

I have crosscompiled Qt-5.x.x for multimedia support using arm compiler. I was able to build mediaservice plugins using gstreamer. which are:

1.libgstaudiodecoder.so
2.libgstcamerabin.so
3.libgstmediacapture.so
4.libgstmediaplayer.so

compiled one example using multimedia. tried to execute on board. Got an error saying:

libEGL warning: GLX/DRI2 is not supported
libEGL warning:DRI2:failed to autheniticate 

(exmpl:3830): GStreamer-CRITICAL **:gst_object_ref: assertion 'object != NULL' 
failed

UI comes up. But audio is not getting played. What am i missing?

도움이 되었습니까?

해결책

Gstreamer plugins missing. install

apt-get install gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top