[gst-devel] gst_push_src_get_type undefined reference

Tim-Philipp Müller t.i.m at zen.co.uk
Mon Apr 26 18:54:10 CEST 2010


On Mon, 2010-04-26 at 22:17 +0530, vineeth wrote:

>   I was getting a undefined ref for gst_push_src_get_type(). This is
> the command used to build the plugin:
>   gcc `pkg-config --cflags --libs gstreamer-0.10` *.c --shared -o
> ~/usr/lib/gstreamer-0.10/libgsttesthttpsrc.so
> 
>   The plug-in derives from GstPushSrc.
>   Is there anything missing from the above build command?

This is in libgstbase-0.10, so try adding gstreamer-base-0.10 as package
to your pkg-config line.

Cheers
 -Tim






More information about the gstreamer-devel mailing list