From b04675a1dcaf8b3e0ca1ab82a519a7ad3b34b3d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 5 Apr 2014 13:25:46 +0100 Subject: [PATCH] tools: update gst-play-1.0 man page --- tools/gst-play-1.0.1 | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/tools/gst-play-1.0.1 b/tools/gst-play-1.0.1 index 0ef5cfc..8c16e2f 100644 --- a/tools/gst-play-1.0.1 +++ b/tools/gst-play-1.0.1 @@ -1,4 +1,4 @@ -.TH "GStreamer" "1" "August 2013" "" "" +.TH "GStreamer" "1" "April 2014" "" "" .SH "NAME" gst\-play\-1.0 \- Simple command line playback testing tool .SH "SYNOPSIS" @@ -21,14 +21,47 @@ Print help synopsis and available command line options Print version and exit .TP 8 .B \-\-audiosink=SOMESINK -Use SOMESINK as audio sink instead of autoaudiosink. +Use the SOMESINK element as audio sink instead of autoaudiosink .TP 8 .B \-\-videosink=SOMESINK -Use SOMESINK as video sink instead of autovideosink. +Use the SOMESINK element as video sink instead of autovideosink .TP 8 +.B \-\-volume=VOLUME +Set initial playback volume to VOLUME, where 0.0=silent and 1.0=unchanged +.TP 8 +.B \-\-shuffle +Shuffle playlist (play files in random order) +.TP 8 +.B \-\-interactive +Enable control through keyboard interaction in terminal (see below) +.TP 8 +.B \-\-gapless +Enable gapless playback + +.SH "INTERACTIVE KEYBOARD CONTROL" +.l +.TP 8 +.B SPACE +Pause/Resume playback +.TP 8 +.B ARROW UP/DOWN +Volume up/down +.TP 8 +.B ARROW LEFT/RIGHT +Seek back/forward +.TP 8 +.B > +Skip to next item in playlist +.TP 8 +.B < +Go back to previous item in playlist +.TP 8 +.B Q, ESC +Quit .SH "SEE ALSO" .BR gst\-inspect\-1.0 (1), .BR gst\-launch\-1.0 (1), +.BR gst\-discoverer\-1.0 (1), .SH "AUTHOR" The GStreamer team at http://gstreamer.freedesktop.org/ -- 2.7.4