2006-01-12 16:31:35 +00:00
|
|
|
.TH GStreamer 1 "December 2005"
|
|
|
|
.SH "NAME"
|
2016-11-03 09:30:53 +00:00
|
|
|
gst\-inspect\-1.0 \- print info about a GStreamer plugin or element
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "SYNOPSIS"
|
2016-11-03 09:30:53 +00:00
|
|
|
.B gst\-inspect\-1.0 [OPTION...] [PLUGIN|ELEMENT]
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "DESCRIPTION"
|
2001-03-16 01:06:50 +00:00
|
|
|
.PP
|
2016-11-03 09:30:53 +00:00
|
|
|
\fIgst\-inspect\-1.0\fP is a tool that prints out information on
|
2003-02-01 22:38:08 +00:00
|
|
|
available \fIGStreamer\fP plugins, information about a particular
|
|
|
|
plugin, or information about a particular element. When executed
|
2016-11-03 09:30:53 +00:00
|
|
|
with no PLUGIN or ELEMENT argument, \fIgst\-inspect\-1.0\fP will print
|
2010-07-12 12:22:50 +00:00
|
|
|
a list of all plugins and elements together with a summary.
|
2006-01-12 16:31:35 +00:00
|
|
|
When executed with a PLUGIN or ELEMENT argument,
|
2016-11-03 09:30:53 +00:00
|
|
|
\fIgst\-inspect\-1.0\fP will print information about that plug-in or
|
2006-01-12 16:31:35 +00:00
|
|
|
element.
|
2001-03-16 01:06:50 +00:00
|
|
|
.
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "OPTIONS"
|
2001-03-16 01:06:50 +00:00
|
|
|
.l
|
2016-11-03 09:30:53 +00:00
|
|
|
\fIgst\-inspect\-1.0\fP accepts the following arguments and options:
|
2001-03-16 01:06:50 +00:00
|
|
|
.TP 8
|
|
|
|
.B PLUGIN
|
|
|
|
Name of a plugin
|
|
|
|
.TP 8
|
|
|
|
.B ELEMENT
|
|
|
|
Name of an element
|
|
|
|
.TP 8
|
|
|
|
.B \-\-help
|
|
|
|
Print help synopsis and available FLAGS
|
|
|
|
.TP 8
|
|
|
|
.B \-\-gst\-info\-mask=FLAGS
|
|
|
|
\fIGStreamer\fP info flags to set (list with \-\-help)
|
|
|
|
.TP 8
|
2007-07-25 22:29:57 +00:00
|
|
|
.B \-a, \-\-print\-all
|
|
|
|
Print all plugins and elements
|
|
|
|
.TP 8
|
2017-01-05 12:45:37 +00:00
|
|
|
.B \-b, \-\-print\-blacklist
|
|
|
|
Print list of blacklisted files
|
|
|
|
.TP 8
|
|
|
|
.B \-\-plugin
|
|
|
|
List the plugin contents
|
|
|
|
.TP 8
|
2016-12-22 00:58:53 +00:00
|
|
|
.B \-\-types=Element/Types
|
|
|
|
Allow inspecting only elements that match all the element types filtered
|
|
|
|
in this slash (\'/\') separated list of element types. Those types correspond to
|
|
|
|
what is also called \'klass\' which is a string describing the type of
|
|
|
|
element, like \'Decoder\', \'Audio\', \'Encoder\' etc... This options
|
|
|
|
implies that only elements will be printed (not typefind functions or
|
|
|
|
tracers).
|
|
|
|
.TP 8
|
2017-01-05 12:45:37 +00:00
|
|
|
.B \-\-exists
|
|
|
|
Check if the specified element or plugin exists
|
|
|
|
.TP 8
|
|
|
|
.B \-\-atleast\-version
|
|
|
|
When checking if an element or plugin exists, also check that its version
|
|
|
|
is at least the version specified
|
|
|
|
.TP 8
|
|
|
|
.B \-u, \-\-uri\-handlers
|
|
|
|
Print supported URI schemes, with the elements that implement them
|
|
|
|
.TP 8
|
2020-05-19 08:34:01 +00:00
|
|
|
.B \-\-no\-colors
|
2018-10-27 17:06:20 +00:00
|
|
|
Disable colors in output. You can also achieve the same by setting
|
|
|
|
\'GST_INSPECT_NO_COLORS\' environment variable to any value.
|
|
|
|
.TP 8
|
2020-05-19 20:54:20 +00:00
|
|
|
.B \-C, \-\-color
|
|
|
|
Color output, even when not connected to a tty.
|
|
|
|
.TP 8
|
2007-07-25 22:29:57 +00:00
|
|
|
.B \-\-print\-plugin\-auto\-install\-info
|
|
|
|
Print a machine-parsable list of features the specified plugin provides.
|
|
|
|
Useful in connection with external automatic plugin installation mechanisms.
|
|
|
|
.TP 8
|
2001-03-16 01:06:50 +00:00
|
|
|
.B \-\-gst\-debug\-mask=FLAGS
|
|
|
|
\fIGStreamer\fP debugging flags to set (list with \-\-help)
|
|
|
|
.TP 8
|
2001-06-07 00:08:56 +00:00
|
|
|
.B \-\-gst\-mask=FLAGS
|
|
|
|
\fIGStreamer\fP info and debugging flags to set (list with \-\-help)
|
|
|
|
.TP 8
|
2001-03-16 01:06:50 +00:00
|
|
|
.B \-\-gst\-plugin\-spew
|
|
|
|
\fIGStreamer\fP info flags to set
|
|
|
|
Enable printout of errors while loading \fIGStreamer\fP plugins
|
|
|
|
.TP 8
|
|
|
|
.B \-\-gst\-plugin\-path=PATH
|
|
|
|
Add directories separated with ':' to the plugin search path
|
2006-01-12 16:31:35 +00:00
|
|
|
.
|
2021-03-19 12:46:13 +00:00
|
|
|
.SH "ENVIRONMENT VARIABLES"
|
|
|
|
.l
|
|
|
|
\fIgst\-inspect\-1.0\fP reads the following environment variables, in addition
|
|
|
|
to the generic \fIGStreamer\fP environment variables also described in
|
|
|
|
.BR gst\-launch\-1.0 (1):
|
|
|
|
.TP 8
|
|
|
|
.B GST_LESS
|
|
|
|
Override the options passed to \fIless\fR (by default "RXF").
|
|
|
|
.br
|
|
|
|
See \fBless\fR(1) for more information.
|
|
|
|
.
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "SEE ALSO"
|
2016-11-03 09:30:53 +00:00
|
|
|
.BR gst\-launch\-1.0 (1),
|
|
|
|
.BR gst\-typefind\-1.0 (1)
|
2006-01-12 16:31:35 +00:00
|
|
|
.SH "AUTHOR"
|
|
|
|
The GStreamer team at http://gstreamer.freedesktop.org/
|