1 .TH GStreamer 1 "December 2005"
3 gst\-inspect - print info about a GStreamer plugin or element
5 .B gst\-inspect [OPTION...] [PLUGIN|ELEMENT]
8 \fIgst\-inspect\fP is a tool that prints out information on
9 available \fIGStreamer\fP plugins, information about a particular
10 plugin, or information about a particular element. When executed
11 with no PLUGIN or ELEMENT argument, \fIgst\-inspect\fP will print
12 a list of all plugins and elements together with a summary.
13 When executed with a PLUGIN or ELEMENT argument,
14 \fIgst\-inspect\fP will print information about that plug-in or
19 \fIgst\-inspect\fP accepts the following arguments and options:
28 Print help synopsis and available FLAGS
30 .B \-\-gst\-info\-mask=FLAGS
31 \fIGStreamer\fP info flags to set (list with \-\-help)
33 .B \-a, \-\-print\-all
34 Print all plugins and elements
36 .B \-\-print\-plugin\-auto\-install\-info
37 Print a machine-parsable list of features the specified plugin provides.
38 Useful in connection with external automatic plugin installation mechanisms.
40 .B \-\-gst\-debug\-mask=FLAGS
41 \fIGStreamer\fP debugging flags to set (list with \-\-help)
43 .B \-\-gst\-mask=FLAGS
44 \fIGStreamer\fP info and debugging flags to set (list with \-\-help)
46 .B \-\-gst\-plugin\-spew
47 \fIGStreamer\fP info flags to set
48 Enable printout of errors while loading \fIGStreamer\fP plugins
50 .B \-\-gst\-plugin\-path=PATH
51 Add directories separated with ':' to the plugin search path
54 .BR gst\-feedback (1),
58 The GStreamer team at http://gstreamer.freedesktop.org/