[gst-devel] how to write gstreamer plugin

Lutz Müller lutz at topfrose.de
Fri Sep 15 07:54:51 CEST 2006


On Fri, 2006-09-15 at 11:29 +0800, jp_liu wrote:
> "WARN  (0x8da0950 - 0:00:00.020113000)   GST_PLUGIN_LOADING( 4703)
> gstplugin.c(410):gst_plugin_load_file: module_open
> failed: /home/liujianping/gstreamer/gst-mytest-plugin/gst-plugin/src/.libs/libgstjptest.so: undefined symbol: gst_push_src_get_type"

You need to link your library against to libgstbase (i.e. by adding
$(GST_PLUGINS_BASE_CFLAGS) and  $(GST_PLUGINS_BASE_LIBS) to your
Makefile.am).

Regards

-- 
Lutz Müller <lutz at topfrose.de>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20060915/f5b81101/attachment.pgp>


More information about the gstreamer-devel mailing list