On Di, 2014-08-05 at 18:58 +0530, Mayank Agarwal wrote: > Hi, > > I am trying to see my newly registered gst plugin myfilter but i am getting > the following eorror. > (gst-plugin-scanner:41818): GStreamer-WARNING **: Failed to load plugin > '/usr/local/lib/gstreamer-1.0/libgstcoreelements.so': /usr/local/lib/ > gstreamer-1.0/libgstcoreelements.so: undefined symbol: _gst_tag_list_type > No such element or plugin 'myfilter' > > I am following gstreamer plugin writer guide to write and build gstreamer This sounds like you have another libgstreamer-1.0.so.0 in e.g. /usr/lib and that one is used here because the system does not know about the one in /usr/local/lib yet. Try running "ldconfig" and then try again. -- Sebastian Dröge, Centricular Ltd - http://www.centricular.com Expertise, Straight from the Source
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ gstreamer-embedded mailing list gstreamer-embedded@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded