Trivial fix: change launch to gstreamer-launch in README.
[platform/upstream/gstreamer.git] / tools / README
1 gstreamer-launch
2 ================
3
4 This is a tool that will construct pipelines based on a command-line
5 syntax.  The syntax is rather complex to enable all the features I want it
6 to have, but should be easy to use for most people.  Multi-pathed and
7 feedback pipelines are the most complex.
8
9 A simple commandline looks like:
10
11 ./launch disksrc demo.mp3 | mp3parse | mpg123 | audiosink-oss
12
13 A more complex pipeline looks like:
14
15 ./launch disksrc redpill.vob | css-descramble | private_stream_1.0| \
16 (ac3parse | ac3dec | audioink-oss) video_0| (mpeg2dec | videosink)