Hi,
I have build kurento-media-server,kms-filter,kms-elements,kms-core 3 basic packages and others needed
but after I build successfully,I run kurento-media-server but failed with the following massage:
(gst-plugin-scanner:5186): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libopencvfilter.so': /usr/lib/gstreamer-1.0/libopencvfilter.so: undefined symbol: _ZN2cv3Mat10deallocateEv
(gst-plugin-scanner:5186): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libimageoverlay.so': /usr/lib/gstreamer-1.0/libimageoverlay.so: undefined symbol: cvAddS
(gst-plugin-scanner:5186): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopencv.so': /usr/lib/gstreamer-1.0/libgstopencv.so: undefined symbol: _ZN2cv3Mat10deallocateEv
(gst-plugin-scanner:5186): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libmovementdetector.so': /usr/lib/gstreamer-1.0/libmovementdetector.so: undefined symbol: cvAddS
(gst-plugin-scanner:5186): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libfacedetector.so': /usr/lib/gstreamer-1.0/libfacedetector.so: undefined symbol: _ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_
so I have some questions:
1. what cause the problem of undefined symbol?
2.I found all of the so's is builded during kms-filter builded,and my opencv version is 2.4.10,is it because of the version of OpenCV is too high?
anybody give me some suggestions?
thanks very much