Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / tools / gst-launch-ext.1.in
1 .TH "GStreamer" "1" "February 2002" "" ""
2 .SH "NAME"
3 gst\-launch\-ext \- Run a predefined GStreamer pipeline
4 .SH "SYNOPSIS"
5 \fBgst\-launch\-ext\fR \fIfilename [filename...]\fR
6 .SH "DESCRIPTION"
7 .LP 
8 \fIgst\-launch\-ext\fP is a tool that is used to run a basic predefined 
9 \fIGStreamer\fP pipeline.  This application is only used as a quick test to 
10 ensure proper working of codecs and GStreamer.  It doesn't handle more advanced
11 features like synchronisation.
12
13 All supported formats in GStreamer should be playable by simply typing:
14
15  gst\-launch\-ext filename
16
17 It will also print out the pipeline it uses, so you can customize it using
18 cut and paste.
19
20 .SH "CONFIGURATION"
21 .LP 
22 \fIgst\-launch\-ext\fP can be configured by creating a .gst file in your
23 home directory.  This is a perl-style configuration file and can override
24 the defaults for audio and video output sinks.
25
26 Here is an example .gst file that implements the same defaults as hard-coded
27 in the script :
28
29 AUDIOSINK = osssink
30 VIDEOSINK = ffmpegcolorspace ! xvimagesink
31
32 You can change osssink to esdsink or alsasink (if you have
33 the plug-in), and you can change xvimagesink to ximagesink, aasink
34 or sdlvideosink.
35
36 Other plug-ins might be used as well if GStreamer has them.
37
38 .SH "SEE ALSO"
39 .BR gst\-inspect (1),
40 .BR gst\-launch (1),
41 .SH "AUTHOR"
42 The GStreamer team at http://gstreamer.net/