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