[gst-devel] Regarding Self Written Plugin installation
Eric Zhang
nicolas.m.zhang at gmail.com
Wed Nov 19 03:48:39 CET 2008
Hi, gstreamer-devel:
If you wrote your plugin according to the plugin writer's guide, you
must have a gstreamer plugin template folder which contains sample codes,
Makefile.am, configure.ac and etc.
So, compile and install a plugin is easy:
1. ./autogen.sh --prefix=/usr
2. make
3. sudo make install
Oh, don't forget to modify the Makefile.am in your src folder,
substitute all the `gstplugin' to your plugin's name before you begin
compiling and installation.
2008/11/18 Jyoti D <jyoti.d at allaboutif.com>
> Hi All,
>
> I have written a plugin for audio filter following the instructions
> mentioned in "GStreamer Plugin Writer's Guide".
> I would like to know how do I install my plugin. I have *.c and *.h files
> with me.
>
> Thanks,
> Jyoti
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081119/8cb664f2/attachment.htm>
More information about the gstreamer-devel
mailing list