tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / tools / gst-inspect-1.0.1
index dc2921f..14e6387 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,20 @@ 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  \-u, \-\-no\-colors
+Disable colors in output. You can also achieve the same by setting
+\'GST_INSPECT_NO_COLORS\' environment variable to any value.
+.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.