From: Mark Nauwelaerts Date: Thu, 5 Jan 2017 12:45:37 +0000 (+0100) Subject: tools: update gst-inspect man page X-Git-Tag: 1.12.0~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31f96fc7a6de30d518d8baf3dc6b88bbac6db8fb;p=platform%2Fupstream%2Fgstreamer.git tools: update gst-inspect man page --- diff --git a/tools/gst-inspect-1.0.1 b/tools/gst-inspect-1.0.1 index dc2921f..1f16200 100644 --- a/tools/gst-inspect-1.0.1 +++ b/tools/gst-inspect-1.0.1 @@ -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.