Merge "fix build break" into tizen
[platform/core/multimedia/gst-plugins-ext0.10.git] / README
1 gst-plugin is a template for writing your own GStreamer plug-in.
2
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.
5
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
11
12 More features might get added to this template later on.