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 [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Wed, 2011-06-01 at 11:48 +0200, Pierre wrote:
Hi Pierre, > 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 ? Well, different functions are in different libraries of course. The API reference should give you a hint, also the win32/common/libgst*.def files in the source code. You might want to have a look at / wrap this: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/index.html But why not contribute to an existing project like pitivi instead? Cheers -Tim _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by ChP
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 <[hidden email]> 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 > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > > -- http://codebad.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Tim-Philipp Müller-2
Thank tim-Philipp for this reply.
I already inspect the link you gave me, but (may be I don't understand) I do not find in which library are the described functions shown in this document. Infortunately, I have not time enough to contribute to an existing project. More of that I don't know the Python . language use for the Pitivi project. Thank's for your help. Pierre |
Free forum by Nabble | Edit this page |