Getting error in gst-inspect

Sebastian Dröge sebastian at centricular.com
Wed Aug 6 00:43:48 PDT 2014


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-embedded/attachments/20140806/1b7a0373/attachment.sig>


More information about the gstreamer-embedded mailing list