Blame tools/gst-inspect-1.0.1

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