mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
tools: update gst-inspect man page
This commit is contained in:
parent
ba8c433394
commit
31f96fc7a6
1 changed files with 16 additions and 0 deletions
|
@ -33,6 +33,12 @@ Print help synopsis and available FLAGS
|
|||
.B \-a, \-\-print\-all
|
||||
Print all plugins and elements
|
||||
.TP 8
|
||||
.B \-b, \-\-print\-blacklist
|
||||
Print list of blacklisted files
|
||||
.TP 8
|
||||
.B \-\-plugin
|
||||
List the plugin contents
|
||||
.TP 8
|
||||
.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
|
||||
|
@ -41,6 +47,16 @@ element, like \'Decoder\', \'Audio\', \'Encoder\' etc... This options
|
|||
implies that only elements will be printed (not typefind functions or
|
||||
tracers).
|
||||
.TP 8
|
||||
.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
|
||||
.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.
|
||||
|
|
Loading…
Reference in a new issue