Demangle the undefined symbol and you will know what is missing. That _ZN... is the C++ mangled name of a method. You will then be able to find which library on your system needs to be updated. Just hope it isn't glib...<br>
<br><div class="gmail_quote">On Tue, Jul 31, 2012 at 2:09 PM, iron_guitarist1987 <span dir="ltr"><<a href="mailto:jtrinidadperez@gmail.com" target="_blank">jtrinidadperez@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When I do a gst-inspect on the .so file I get<br>
<br>
<br>
$ gst-inspect /usr/lib64/gstreamer-0.10/libopencvtest.so<br>
<br>
(gst-inspect-0.10:5378): GStreamer-WARNING **: Failed to load plugin<br>
'/usr/lib64/gstreamer-0.10/libopencvtest.so':<br>
/usr/lib64/gstreamer-0.10/libopencvtest.so: undefined symbol:<br>
_ZN2cv3Mat10deallocateEv<br>
Could not load plugin file: Opening module failed:<br>
/usr/lib64/gstreamer-0.10/libopencvtest.so: undefined symbol:<br>
_ZN2cv3Mat10deallocateEv<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/gstreamer-plugin-library-not-linking-against-opencv-shared-object-library-undefined-symbol-on-Kubuntu-tp4655749p4655764.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/gstreamer-plugin-library-not-linking-against-opencv-shared-object-library-undefined-symbol-on-Kubuntu-tp4655749p4655764.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>