initial import
[gst-scaletempo-demo-rj.git] / README
blob77751cd63019f502e549d6bbff220c1d2755d735
1 gst-app is a template for writing your own GStreamer-based app.
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   - main () and main header
11   - supporting source code
12   - Makefile.am
14 The template performs one simple function : loading a pipeline from xml and
15 start to iterate it.  Try saving a pipeline from gst-editor, it will play
16 with this sample program.
18 More features might get added to this template later on.