[gst-devel] Gstreamer plugin template

Luca Ognibene skaboy81 at virgilio.it
Sat Sep 4 08:22:01 CEST 2004


Hi! In the docs i've seen that there isn't a simple tool to create a new
plugin. I've tried make_tool (in gst-template cvs) but it doesn't do
much.. So i've written gst-plugin-template: it's a simple perl script
that ask few question and create a directory for your new plugin.

FEATURES:
Ask for author name, author email, project name
Create a simple gst plugin writing all the boilerpart code

HOWTOUSE:
perl gst-plugin-template.pl
cd to the newly created directory
sh autogen.sh && make && make install
gst-register
gst-launch fakesrc ! YourProjectName ! fakesink
no coding required ;)

BUGS:
When copying from the template directory it doesn't preserve file attributes

DOWNLOAD AND INSTALL:
download here:
http://www.antek.it/~ognibene/gst-plugin-template-0.1.tar.gz
It requires perl and perl-Template

bye
Luca






More information about the gstreamer-devel mailing list