On 6/14/07, <b class="gmail_sendername">Jan Schmidt</b> &lt;<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Sanjay Gupta wrote:<br>&gt; Hi All,<br>&gt;&nbsp;&nbsp; I wrote a test plugin which is using &#39;GstBaseTransform&#39; as base class.<br>&gt; I am able to compile it and .so is generated successfully.<br>&gt; But gst-inspect-0.10 command is unable to load it and getting the
<br>&gt; following error :<br><br>You need to make sure to use the CFLAGS and LIBS from the<br>gstreamer-base-0.10 pkgconfig file to link against libgstbase-0.10 too.<br><br>J.</blockquote><div><br><br></div><br><div>&nbsp;&nbsp; Thanks Jan. Linking the plugin against 
libgstbase-0.10 works. <br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; ----------<br>&gt; gstregistry.c:876:gst_registry_scan_path_level:&lt;registry0&gt;[00m file
<br>&gt; /usr/lib/gstreamer-0.10/libplugin-test.so not yet in registry<br>&gt; ...&nbsp;&nbsp;GST_PLUGIN_LOADING gstplugin.c:392:gst_plugin_load_file:[00m<br>&gt; attempt to load plugin &quot;/usr/lib/gstreamer- 0.10/libplugin-test.so
&quot;<br>&gt; 0:00:00.405458000 [332m 3115[00m 0x8d36968 [33;01mWARN [00m [00;01;36m<br>&gt; GST_PLUGIN_LOADING gstplugin.c:414:gst_plugin_load_file:[00m module_open<br>&gt; failed: /usr/lib/gstreamer-0.10/libplugin-test.so
 : undefined symbol:<br>&gt; gst_base_transform_get_type<br>&gt; ---------<br>&gt;<br>&gt; Can someone point out the cause of this problem? do I need to include<br>&gt; something in my code? Thanks in advance.<br>&gt;<br>
&gt; Regards,<br>&gt; Sanjay<br>&gt;<br>&gt;<br>&gt; Thanks &amp; Regards,<br>&gt; Sanjay<br>&gt;<br></blockquote></div><br>