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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
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 <[hidden email]> Hi All, ------------------------------------------------------------------------- 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks Eric.
On Wed, Nov 19, 2008 at 8:18 AM, Eric Zhang <[hidden email]> wrote: Hi, gstreamer-devel: ------------------------------------------------------------------------- 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Eric Zhang-6
Hi, what about windows?
|
On 04/13/2012 04:12 PM, tantor2012 wrote:
> Hi, what about windows? I wouldn't recommend to use it :) Stefan > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Regarding-Self-Written-Plugin-installation-tp969312p4554950.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Well, sometimes you have to deal with what you're given. That's when useful suggestions are most appreciated :)
|
Free forum by Nabble | Edit this page |