Compiling gstreamer plugin?

Kapil Agrawal kapil.agl at gmail.com
Tue Jul 19 01:31:25 PDT 2011


that error is since you arent linking, or if you linking the linker isnt
able to locate your mp3lib.a

On Mon, Jul 18, 2011 at 2:43 PM, vijay <pvijaii at gmail.com> wrote:

> Hi,
>   I am writng mp3 decoder plugin,I have mp3decore library ("mp3lib.a" 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
>
> gst-inspect mp3_dec
>
> I am getting erros as below,
>
> (gst-plugin-scanner:19241): GStreamer-WARNING **: Failed to load plugin
> /usr/local/gstreamer/lib/gstreamer-0.10/libgstmp3decoder.so':
> /usr/local/gstreamer/lib/gstreamer-0.10/libgstmp3decoder.so: undefined
> symbol: MP3Dec_GetInstanceSize
>
>
> MP3Dec_GetInstanceSize is defined in the library(mp3lib.a)
>
> I want to know how to link the library(mp3lib.a) with my decoder
> plugin.(how to give the path of my library)
>
> Regards,
> Vijay P
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>


-- 
www.mediamagictechnologies.com (Gstreamer, ffmpeg, Red5, Streaming)
twitter handle: @gst_kaps
http://www.linkedin.com/in/kapilagrawal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110719/6590c0cd/attachment.htm>


More information about the gstreamer-devel mailing list