mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
add gst-feedback man page
Original commit message from CVS: add gst-feedback man page
This commit is contained in:
parent
1fa7ea2912
commit
77c92f6ce5
2 changed files with 34 additions and 1 deletions
|
@ -18,7 +18,8 @@ bin_PROGRAMS = gst-launch \
|
||||||
bin_SCRIPTS = gst-feedback
|
bin_SCRIPTS = gst-feedback
|
||||||
|
|
||||||
man_MANS = gst-launch.1 gst-register.1 gst-inspect.1 \
|
man_MANS = gst-launch.1 gst-register.1 gst-inspect.1 \
|
||||||
gst-complete.1 gst-compprep.1 gst-xmllaunch.1
|
gst-complete.1 gst-compprep.1 gst-xmllaunch.1 \
|
||||||
|
gst-feedback.1
|
||||||
|
|
||||||
gst_launch_LDADD = $(GST_LIBS) #-lefence
|
gst_launch_LDADD = $(GST_LIBS) #-lefence
|
||||||
gst_launch_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
gst_launch_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
||||||
|
|
32
tools/gst-feedback.1
Normal file
32
tools/gst-feedback.1
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
.TH GStreamer 1 "June 2002"
|
||||||
|
.SH NAME
|
||||||
|
gst\-feedback - generate debug info for GStreamer bug reports
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B gst-feedback
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.PP
|
||||||
|
\fIgst\-feedback\fP is a utility to scan the system for various
|
||||||
|
information that is useful for GStreamer developers to help diagnose
|
||||||
|
user problem.
|
||||||
|
.PP
|
||||||
|
Depending on the type of bug report, it may be useful to attach the
|
||||||
|
output of \fIgst\-feeback\fP when you contact the developers.
|
||||||
|
.PP
|
||||||
|
NOTE: The current version of this script scans many dirs:
|
||||||
|
/usr/lib /usr/local/lib /home /usr/include /usr/local/include /home (again)
|
||||||
|
for various GStreamer installations. Depending on your system you may not
|
||||||
|
want to do this. Improvements to the script are welcome.
|
||||||
|
.SH USAGE
|
||||||
|
Generate the feedback information by running \fIgst\-feedback\fP:
|
||||||
|
.TP 8
|
||||||
|
.B gst\-feedback
|
||||||
|
.TP -8
|
||||||
|
Possibly redirect output and errors to a file:
|
||||||
|
.TP 8
|
||||||
|
.B gst\-feedback > myfeedback 2>&1
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR gst\-launch (1),
|
||||||
|
.BR gst\-register (1),
|
||||||
|
.BR gst\-inspect (1),
|
||||||
|
.SH AUTHOR
|
||||||
|
The GStreamer team at http://gstreamer.net/
|
Loading…
Reference in a new issue