tools: update gst-inspect man page
authorMark Nauwelaerts <mnauw@users.sourceforge.net>
Thu, 5 Jan 2017 12:45:37 +0000 (13:45 +0100)
committerMark Nauwelaerts <mnauw@users.sourceforge.net>
Thu, 5 Jan 2017 14:26:08 +0000 (15:26 +0100)
tools/gst-inspect-1.0.1

index dc2921f..1f16200 100644 (file)
@@ -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.