tools: remove man page for tool that no longer exists
authorTim-Philipp Müller <tim@centricular.net>
Sat, 18 Aug 2012 20:18:57 +0000 (21:18 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 18 Aug 2012 20:18:57 +0000 (21:18 +0100)
tools/.gitignore
tools/gst-launch-ext.1.in [deleted file]
tools/gst-visualise.1.in

index af30ade..a2650b5 100644 (file)
@@ -1,5 +1,3 @@
-gst-launch-ext-?.*
 gst-visualise-?.*
-gst-launch-ext-?.*.1
 gst-visualise-?.*.1
 gst-discoverer-*
diff --git a/tools/gst-launch-ext.1.in b/tools/gst-launch-ext.1.in
deleted file mode 100644 (file)
index 90ee34c..0000000
+++ /dev/null
@@ -1,42 +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 = videoconvert ! xvimagesink
-
-You can change osssink to esdsink or alsasink (if you have
-the plug-in), and you can change xvimagesink to ximagesink, aasink
-or sdlvideosink.
-
-Other plug-ins might be used as well if GStreamer has them.
-
-.SH "SEE ALSO"
-.BR gst\-inspect (1),
-.BR gst\-launch (1),
-.SH "AUTHOR"
-The GStreamer team at http://gstreamer.net/
index 5b5a1fc..4b7b3e3 100644 (file)
@@ -25,7 +25,6 @@ The videosink to use to display the visualisation will be read from the
 VIDEOSINK parameter in ~/.gst, defaulting to sdlvideosink.
 
 .SH "SEE ALSO"
-.BR gst\-launch\-ext (1),
 .BR gst\-inspect (1),
 .BR gst\-launch (1),
 .SH "AUTHOR"