Git init
[framework/multimedia/gstreamer0.10.git] / tools / gst-inspect.1.in
1 .TH GStreamer 1 "December 2005"
2 .SH "NAME"
3 gst\-inspect - print info about a GStreamer plugin or element
4 .SH "SYNOPSIS"
5 .B  gst\-inspect [OPTION...] [PLUGIN|ELEMENT]
6 .SH "DESCRIPTION"
7 .PP
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
15 element.
16 .
17 .SH "OPTIONS"
18 .l
19 \fIgst\-inspect\fP accepts the following arguments and options:
20 .TP 8
21 .B  PLUGIN
22 Name of a plugin
23 .TP 8
24 .B  ELEMENT
25 Name of an element
26 .TP 8
27 .B  \-\-help
28 Print help synopsis and available FLAGS
29 .TP 8
30 .B  \-\-gst\-info\-mask=FLAGS
31 \fIGStreamer\fP info flags to set (list with \-\-help)
32 .TP 8
33 .B  \-a, \-\-print\-all
34 Print all plugins and elements
35 .TP 8
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.
39 .TP 8
40 .B  \-\-gst\-debug\-mask=FLAGS
41 \fIGStreamer\fP debugging flags to set (list with \-\-help)
42 .TP 8
43 .B  \-\-gst\-mask=FLAGS
44 \fIGStreamer\fP info and debugging flags to set (list with \-\-help)
45 .TP 8
46 .B  \-\-gst\-plugin\-spew
47 \fIGStreamer\fP info flags to set
48 Enable printout of errors while loading \fIGStreamer\fP plugins
49 .TP 8
50 .B  \-\-gst\-plugin\-path=PATH
51 Add directories separated with ':' to the plugin search path
52 .
53 .SH "SEE ALSO"
54 .BR gst\-feedback (1),
55 .BR gst\-launch (1),
56 .BR gst\-typefind (1)
57 .SH "AUTHOR"
58 The GStreamer team at http://gstreamer.freedesktop.org/