[gst-devel] My First Plugin - Help please

Tim-Philipp Müller t.i.m at zen.co.uk
Tue Feb 3 12:01:20 CET 2009


On Tue, 2009-02-03 at 11:06 +0100, Daniel James Laird wrote:

Hi,

> I then run gst-inspect and I keep getting the same error:
> 
> (gst-inspect-0.10:535): GStreamer-WARNING **: Failed to load plugin
> '/usr/lib/gstreamer-0.10/libgstMyFramedVideo.so': /usr/lib/gstreamer-0.10/libgstMyFramedVideo.so: undefined symbol: gst_base_sink_get_type

You need to link to libgstbase-0.10.so in addition to
libgstreamer-0.10.so. Add gstreamer-base-0.10 to your pkg-config module
list (or the PKG_CHECK_MODULES in configure.ac).

You can also check with ldd -r /path/to/your/libgstMyFramedVideo.so.

Cheers
 -Tim







More information about the gstreamer-devel mailing list