initial import from CVS gstreamer/gst-template/gst-plugin
[gst-scaletempo-rj.git] / README
blobe800f098c07798c6c957f6d293816341cb8b7ee5
1 gst-plugin is a template for writing your own GStreamer plug-in.
3 The code is deliberately kept simple so that you quickly understand the basics
4 of how to set up autotools and your source tree.
6 This template demonstrates :
7 - what to do in autogen.sh
8 - how to setup configure.ac (your package name and version, GStreamer flags)
9 - how to setup your source dir 
10 - what to put in Makefile.am
12 More features might get added to this template later on.