Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gst-feedback(1) [opensolaris man page]

gst-feedback(1) 						   User Commands						   gst-feedback(1)

NAME
gst-feedback - generate debug information for GStreamer bug reports SYNOPSIS
gst-feedback DESCRIPTION
gst-feedback scans the system for various types of information that is useful to GStreamer developers to help diagnose user problems. Depending on the type of bug report, it might be useful to attach gst-feedback output when you contact the developers. Note: The current version of this script scans many directories: /usr/lib, /usr/local/lib, /home, /usr/include, /usr/local/include, and /home (again) for various GStreamer installations. Depending on your system, you might not want to do this. Note: gst-feedback dumps a lot of information about a system. Some of this information might be considered sensitive. If this is a con- cern, review the information before posting to a public forum such as the GStreamer bug tracking system. EXAMPLES
Example 1: Generating Feedback Information example% gst-feedback Example 2: Generating Feedback Information and Redirecting Output to a File example% gst-feedback &> myfeedback FILES
The following files are used by this application: /usr/bin/gst-feedback Executable to generate debug info for GStreamer bug reports ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gst-inspect(1), gst-launch(1), gst-typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.10(3), attributes(5) NOTES
Original man page written by the GStreamer team at http://www.gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004, 2006. SunOS 5.11 14 Oct 2004 gst-feedback(1)

Check Out this Related Man Page

gst-feedback-0.8(1)						   User Commands					       gst-feedback-0.8(1)

NAME
gst-feedback-0.8, gst-feedback - generate debug information for GStreamer bug reports SYNOPSIS
gst-feedback-0.8 gst-feedback [--gst-list-mm] [--gst-mm=string] [--print] DESCRIPTION
gst-feedback-0.8 scans the system for various types of information that is useful to GStreamer developers to help diagnose user problems. Depending on the type of bug report, it might be useful to attach gst-feedback output when you contact the developers. Note: The current version of this script scans many directories: /usr/lib, /usr/local/lib, /home, /usr/include, /usr/local/include, and /home (again) for various GStreamer installations. Depending on your system, you might not want to do this. Note: gst-feedback-0.8 dumps a lot of information about a system. Some of this information might be considered sensitive. If this is a concern, review the information before posting to a public forum such as the GStreamer bug tracking system. gst-feedback is a wrapper script that runs the latest installed version of gst-feedback-X.X. For example, if both gst-feedback-0.7 and gst- feedback-0.8 are installed on your system, gst-feedback runs gst-feedback-0.8. OPTIONS
The following options are supported by gst-feedback only: --gst-list-mm List found major/minor versions. This option displays the versions that are available. --gst-mm=string Force major/minor version. This option enables you to specify a specific version to run, if you do not want to run the default version. --print Print wrapped command line. This option displays the command that will be run, and then runs the command. EXAMPLES
Example 1: Generating Feedback Information example% gst-feedback-0.8 Example 2: Generating Feedback Information and Redirecting Output and Errors to a File example% gst-feedback-0.8 &> myfeedback Example 3: Running the Wrapper Script and Displaying the Command Name example% gst-feedback --print /usr/bin/gst-feedback-0.8 FILES
The following files are used by this application: /usr/bin/gst-feedback-0.Executable to generate debug info for GStreamer bug reports /usr/bin/gst-feedback Wrapper script that runs the latest installed version of gst-feedback-X.X ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
gst-complete(1), gst-compprep(1), gst-inspect(1), gst-launch(1), gst-launch-ext(1), gst-md5sum(1), gst-register(1), gst-thumbnail(1), gst- typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.8(3), libgstgetbits(3) NOTES
Original man page written by the GStreamer team at http://gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004. SunOS 5.10 14 Oct 2004 gst-feedback-0.8(1)
Man Page