From aeaadc969619917b7b8ff14eea86d8de96119114 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 17 Jun 2002 11:32:34 +0000 Subject: [PATCH] removed my gst-launch-ext manpage as I discovered it is already part of gst-plugins Original commit message from CVS: removed my gst-launch-ext manpage as I discovered it is already part of gst-plugins --- gstreamer.spec.in | 2 -- tools/Makefile.am | 2 +- tools/gst-launch-ext.1 | 67 ------------------------------------------ 3 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 tools/gst-launch-ext.1 diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 4f67ad219d..77ff53d6db 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -142,8 +142,6 @@ ln -sf %{_datadir}/gtk-doc/html/gstreamer-libs %{_datadir}/devhelp/books %{_mandir}/man1/gst-inspect.* %{_mandir}/man1/gst-launch.* %{_mandir}/man1/gst-register.* -%{_mandir}/man1/gst-launch-ext.* - %files devel %defattr(-, root, root) diff --git a/tools/Makefile.am b/tools/Makefile.am index a235772157..2302d56ec0 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -16,7 +16,7 @@ bin_PROGRAMS = gst-launch \ $(GST_LOADSAVE_SRC) \ gst-complete -man_MANS = gst-launch.1 gst-register.1 gst-inspect.1 gst-launch-ext.1 \ +man_MANS = gst-launch.1 gst-register.1 gst-inspect.1 \ gst-complete.1 gst-compprep.1 gst-xmllaunch.1 gst_launch_LDADD = $(GST_LIBS) #-lefence diff --git a/tools/gst-launch-ext.1 b/tools/gst-launch-ext.1 deleted file mode 100644 index 1bc463fdfc..0000000000 --- a/tools/gst-launch-ext.1 +++ /dev/null @@ -1,67 +0,0 @@ -.TH "GStreamer" "1" "June 2002" "" "" -.SH "NAME" -gst\-launch\-ext \- Run a predefined GStreamer pipeline -.SH "SYNOPSIS" -\fBgst\-launch\-ext\fR MEDIA_FILE_NAME -.SH "DESCRIPTION" -.LP -\fIgst\-launch\-ext\fP is a tool that is used to run predefined \fIGStreamer\fP pipelines. The main function of this application -is for developers and users to easily verify that the GStreamer framework is functional for the media type in question. It provides -no advanced capabilities outside of the playback itself. - -A simple commandline looks like: - - gst\-launch\-ext music.mp3 - -.SH "FORMATS" -Supported formats are: -.TP 8 -.B Avi -(*.avi) -.TP 8 -.B mpeg1 -(*.mpeg) -.TP 8 -.B mpeg2 -(*.mpeg) -.TP 8 -.B Mp3 -(*.mp3) -.TP 8 -.B Ogg Vorbis -(*.ogg) -.TP 8 -.B C64 sid -(*.sid) -.TP 8 -.B Amiga Mod -(*.mod) -.SH "OPTIONS" -.l -\fIgst\-launch\-ext\fP accepts the following options: -.TP 8 -.B \-\-help -Print help synopsis and available FLAGS -.TP 8 -.B \-\-gst\-info\-mask=FLAGS -\fIGStreamer\fP info flags to set (list with \-\-help) -.TP 8 -.B \-\-gst\-debug\-mask=FLAGS -\fIGStreamer\fP debugging flags to set (list with \-\-help) -.TP 8 -.B \-\-gst\-mask=FLAGS -\fIGStreamer\fP info and debugging flags to set (list with \-\-help) -.TP 8 -.B \-\-gst\-plugin\-spew -\fIGStreamer\fP info flags to set -Enable printout of errors while loading \fIGStreamer\fP plugins -.TP 8 -.B \-\-gst\-plugin\-path=PATH -Add directories separated with ':' to the plugin search path -.SH "SEE ALSO" -.BR gst\-launch (1), -.BR gst\-complete (1), -.BR gst\-register (1), -.BR gst\-inspect (1), -.SH "AUTHOR" -The GStreamer team at http://gstreamer.net/