[gst-devel] gst_push_src_get_type undefined reference
vineeth
nvineeth at gmail.com
Mon Apr 26 18:56:01 CEST 2010
Found the solution, adding `pkg-config --cflags --libs
gstreamer-base-0.10`to the build command fixes it;
GstPushSrc is a part of base plugins.
On Mon, Apr 26, 2010 at 10:17 PM, vineeth <nvineeth at gmail.com> wrote:
> Hi,
> 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?
>
> Thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100426/ea118aeb/attachment.htm>
More information about the gstreamer-devel
mailing list