I’m trying to run a simple application that plays a video with Qt Multimedia, but I got the following error:
`(TestMultimedia:17734): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstfcdec.so': /usr/lib64/gstreamer-0.10/libgstfcdec.so: undefined symbol: __gst_debug_min`
It looks like I have a wrong version of libgstfcdec.so. Am i right and how to solve this issue?
Can any one help me, please?
Thanks in advance.