<div>Hi,</div>
<div>  I am writng mp3 decoder plugin,I have mp3decore library (&quot;mp3lib.a&quot; i dont have source code for the library) i have to call those decoder funcions from my plugin ,so i integarted those function calls in my plugin ,i can able to compile and register ,but while </div>

<div> </div>
<div>gst-inspect mp3_dec</div>
<div> </div>
<div>I am getting erros as below,</div>
<div><br>(gst-plugin-scanner:19241): GStreamer-WARNING **: Failed to load plugin /usr/local/gstreamer/lib/gstreamer-0.10/libgstmp3decoder.so&#39;: /usr/local/gstreamer/lib/gstreamer-0.10/libgstmp3decoder.so: undefined symbol: MP3Dec_GetInstanceSize</div>

<div> </div>
<div> </div>
<div>MP3Dec_GetInstanceSize is defined in the library(mp3lib.a)</div>
<div><br>I want to know how to link the library(mp3lib.a) with my decoder plugin.(how to give the path of my library)</div>
<div> </div>
<div>Regards,</div>
<div>Vijay P</div>