In which library find a given function

Donny Viszneki donny.viszneki at gmail.com
Wed Jun 1 04:03:00 PDT 2011


strace gst-inspect shows one result for the string libgstreamer on my system:

open("/usr/lib/libgstreamer-0.10.so.0", O_RDONLY) = 3

So if your system is similar, that's the DSO you want.

Or are you on MSWindows?

On Wed, Jun 1, 2011 at 5:48 AM, Pierre <pr.chauveau at free.fr> wrote:
> Hello everybody,
>
> I am a frepascal developer and I want to make a program based upon GStreamer
> for editing videos. I just have a few knowledges in C language. I want to
> build a wrapper to integrate the GStreamer functions in my program.
>
> To build such a wrapper, I have to make a freepascal file in which I make
> reference to the GStreamer functions and types. In the GStreamer
> documentation, I see all the GStreamer functions, but I dont know in which
> library they are. It's what I want to know. Where to find this information ?
>
> Thank you for your help.
>
> Pierre.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>



-- 
http://codebad.com/


More information about the gstreamer-devel mailing list