summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-10 12:49:39 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-10 12:49:39 +0000
commit9338ae1560552e51b28952de2010987d54d0efcb (patch)
tree8b74c5d0fd43aeccc1ebad1b0dc3e8661c254074 /tools
parent1f73e81375b1d30d0d4416f91549af44b01fc124 (diff)
removing
Original commit message from CVS: removing
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch-ext.144
1 files changed, 0 insertions, 44 deletions
diff --git a/tools/gst-launch-ext.1 b/tools/gst-launch-ext.1
deleted file mode 100644
index 1c2f7cee..00000000
--- a/tools/gst-launch-ext.1
+++ /dev/null
@@ -1,44 +0,0 @@
-.TH "GStreamer" "1" "February 2002" "" ""
-.SH "NAME"
-gst\-launch\-ext \- Run a predefined GStreamer pipeline
-.SH "SYNOPSIS"
-\fBgst\-launch\-ext\fR \fIfilename [filename...]\fR
-.SH "DESCRIPTION"
-.LP
-\fIgst\-launch\-ext\fP is a tool that is used to run a basic predefined
-\fIGStreamer\fP pipeline. This application is only used as a quick test to
-ensure proper working of codecs and GStreamer. It doesn't handle more advanced
-features like synchronisation.
-
-All supported formats in GStreamer should be playable by simply typing:
-
- gst\-launch\-ext filename
-
-It will also print out the pipeline it uses, so you can customize it using
-cut and paste.
-
-.SH "CONFIGURATION"
-.LP
-\fIgst\-launch\-ext\fP can be configured by creating a .gst file in your
-home directory. This is a perl-style configuration file and can override
-the defaults for audio and video output sinks.
-
-Here is an example .gst file that implements the same defaults as hard-coded
-in the script :
-
-AUDIOSINK = "osssink";
-VIDEOSINK = "colorspace ! xvideosink";
-
-You can change osssink to any of esdsink, alsasink, jacksink (if you have
-the plug-in), and you can change xvideosink to aasink or sdlvideosink.
-
-Other plug-ins might be used as well if GStreamer has them.
-
-.SH "SEE ALSO"
-.BR gst\-guilaunch (1),
-.BR gst\-complete (1),
-.BR gst\-register (1),
-.BR gst\-inspect (1),
-.BR gst\-launch (1),
-.SH "AUTHOR"
-The GStreamer team at http://gstreamer.net/