0
我使用arm編譯器爲多媒體支持編譯了Qt-5.x.x。我能夠使用gstreamer構建mediaservice插件。它們是:gstreamer-critical關於在arm上執行qt5的問題
1.libgstaudiodecoder.so
2.libgstcamerabin.so
3.libgstmediacapture.so
4.libgstmediaplayer.so
編制了一個使用多媒體的例子。試圖在船上執行。 收到錯誤消息:
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出現。但音頻沒有播放。 我錯過了什麼?