Blame tools/gst-inspect-1.0.1

Packit Service 963350
.TH GStreamer 1 "December 2005"
Packit Service 963350
.SH "NAME"
Packit Service 963350
gst\-inspect\-1.0 \- print info about a GStreamer plugin or element
Packit Service 963350
.SH "SYNOPSIS"
Packit Service 963350
.B  gst\-inspect\-1.0 [OPTION...] [PLUGIN|ELEMENT]
Packit Service 963350
.SH "DESCRIPTION"
Packit Service 963350
.PP
Packit Service 963350
\fIgst\-inspect\-1.0\fP is a tool that prints out information on
Packit Service 963350
available \fIGStreamer\fP plugins, information about a particular
Packit Service 963350
plugin, or information about a particular element.  When executed
Packit Service 963350
with no PLUGIN or ELEMENT argument, \fIgst\-inspect\-1.0\fP will print
Packit Service 963350
a list of all plugins and elements together with a summary.
Packit Service 963350
When executed with a PLUGIN or ELEMENT argument,
Packit Service 963350
\fIgst\-inspect\-1.0\fP will print information about that plug-in or
Packit Service 963350
element.
Packit Service 963350
.
Packit Service 963350
.SH "OPTIONS"
Packit Service 963350
.l
Packit Service 963350
\fIgst\-inspect\-1.0\fP accepts the following arguments and options:
Packit Service 963350
.TP 8
Packit Service 963350
.B  PLUGIN
Packit Service 963350
Name of a plugin
Packit Service 963350
.TP 8
Packit Service 963350
.B  ELEMENT
Packit Service 963350
Name of an element
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-help
Packit Service 963350
Print help synopsis and available FLAGS
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-gst\-info\-mask=FLAGS
Packit Service 963350
\fIGStreamer\fP info flags to set (list with \-\-help)
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-a, \-\-print\-all
Packit Service 963350
Print all plugins and elements
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-b, \-\-print\-blacklist
Packit Service 963350
Print list of blacklisted files
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-plugin
Packit Service 963350
List the plugin contents
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-types=Element/Types
Packit Service 963350
Allow inspecting only elements that match all the element types filtered
Packit Service 963350
in this slash (\'/\') separated list of element types. Those types correspond to
Packit Service 963350
what is also called \'klass\' which is a string describing the type of
Packit Service 963350
element, like \'Decoder\', \'Audio\', \'Encoder\' etc... This options
Packit Service 963350
implies that only elements will be printed (not typefind functions or
Packit Service 963350
tracers).
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-exists
Packit Service 963350
Check if the specified element or plugin exists
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-atleast\-version
Packit Service 963350
When checking if an element or plugin exists, also check that its version
Packit Service 963350
is at least the version specified
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-u, \-\-uri\-handlers
Packit Service 963350
Print supported URI schemes, with the elements that implement them
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-print\-plugin\-auto\-install\-info
Packit Service 963350
Print a machine-parsable list of features the specified plugin provides.
Packit Service 963350
Useful in connection with external automatic plugin installation mechanisms.
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-gst\-debug\-mask=FLAGS
Packit Service 963350
\fIGStreamer\fP debugging flags to set (list with \-\-help)
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-gst\-mask=FLAGS
Packit Service 963350
\fIGStreamer\fP info and debugging flags to set (list with \-\-help)
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-gst\-plugin\-spew
Packit Service 963350
\fIGStreamer\fP info flags to set
Packit Service 963350
Enable printout of errors while loading \fIGStreamer\fP plugins
Packit Service 963350
.TP 8
Packit Service 963350
.B  \-\-gst\-plugin\-path=PATH
Packit Service 963350
Add directories separated with ':' to the plugin search path
Packit Service 963350
.
Packit Service 963350
.SH "SEE ALSO"
Packit Service 963350
.BR gst\-launch\-1.0 (1),
Packit Service 963350
.BR gst\-typefind\-1.0 (1)
Packit Service 963350
.SH "AUTHOR"
Packit Service 963350
The GStreamer team at http://gstreamer.freedesktop.org/