Found the solution, adding <span style="font-family: courier new,monospace;">`pkg-config --cflags --libs gstreamer-base-0.10`</span> to the build command fixes it;<br>GstPushSrc is a part of base plugins.<br><br><br><div class="gmail_quote">

On Mon, Apr 26, 2010 at 10:17 PM, vineeth <span dir="ltr">&lt;<a href="mailto:nvineeth@gmail.com">nvineeth@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br>  I was getting a undefined ref for <span style="font-family: courier new,monospace;">gst_push_src_get_type()</span>. This is the command used to build the plugin:<br>  <span style="font-family: courier new,monospace;">gcc `pkg-config --cflags --libs gstreamer-0.10` *.c --shared -o ~/usr/lib/gstreamer-0.10/libgsttesthttpsrc.so</span><br>


<br>  The plug-in derives from <span style="font-family: courier new,monospace;">GstPushSrc</span>.<br>  Is there anything missing from the above build command?<br><br clear="all">Thanks.<br>
</blockquote></div><br>