2002-08-09 09:26:26 +00:00
|
|
|
.TH GStreamer 1 "June 2002"
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "NAME"
|
2002-08-09 09:26:26 +00:00
|
|
|
gst\-feedback - generate debug info for GStreamer bug reports
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "SYNOPSIS"
|
2002-08-09 09:26:26 +00:00
|
|
|
.B gst-feedback
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "DESCRIPTION"
|
2002-08-09 09:26:26 +00:00
|
|
|
.PP
|
2003-02-01 22:38:08 +00:00
|
|
|
\fIgst\-feedback\fP is a utility that scans the system for various
|
|
|
|
information that is useful to GStreamer developers to help diagnose
|
2002-08-09 09:26:26 +00:00
|
|
|
user problem.
|
|
|
|
.PP
|
|
|
|
Depending on the type of bug report, it may be useful to attach the
|
2006-03-21 15:42:02 +00:00
|
|
|
output of \fIgst\-feedback\fP when you contact the developers.
|
2002-08-09 09:26:26 +00:00
|
|
|
.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.
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "USAGE"
|
2002-08-09 09:26:26 +00:00
|
|
|
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
|
2003-02-01 22:38:08 +00:00
|
|
|
.B gst\-feedback &> myfeedback
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "WARNING"
|
2003-02-01 22:38:08 +00:00
|
|
|
The \fIgst\-feedback\fP dumps a lot of information about a system, some
|
|
|
|
of which may be considered sensitive. If this is a concern, review the
|
|
|
|
information before posting to a public forum, such as the GStreamer bug
|
|
|
|
tracking system.
|
2006-01-12 16:31:35 +00:00
|
|
|
.
|
|
|
|
.SH "SEE ALSO"
|
2002-08-09 09:26:26 +00:00
|
|
|
.BR gst\-inspect (1),
|
2006-01-12 16:31:35 +00:00
|
|
|
.BR gst\-launch (1),
|
|
|
|
.BR gst\-typefind (1)
|
|
|
|
.SH "AUTHOR"
|
|
|
|
The GStreamer team at http://gstreamer.freedesktop.org/
|