1GStreamer(1) General Commands Manual GStreamer(1)
2
3
4
6 gst-inspect-1.0 - print info about a GStreamer plugin or element
7
9 gst-inspect-1.0 [OPTION...] [PLUGIN|ELEMENT]
10
12 gst-inspect-1.0 is a tool that prints out information on available
13 GStreamer plugins, information about a particular plugin, or informa‐
14 tion about a particular element. When executed with no PLUGIN or ELE‐
15 MENT argument, gst-inspect-1.0 will print a list of all plugins and el‐
16 ements together with a summary. When executed with a PLUGIN or ELEMENT
17 argument, gst-inspect-1.0 will print information about that plug-in or
18 element.
19
21 gst-inspect-1.0 accepts the following arguments and options:
22
23 PLUGIN Name of a plugin
24
25 ELEMENT Name of an element
26
27 --help Print help synopsis and available FLAGS
28
29 --gst-info-mask=FLAGS
30 GStreamer info flags to set (list with --help)
31
32 -a, --print-all
33 Print all plugins and elements
34
35 -b, --print-blacklist
36 Print list of blacklisted files
37
38 --plugin
39 List the plugin contents
40
41 --types=Element/Types
42 Allow inspecting only elements that match all the element types
43 filtered in this slash (´/´) separated list of element types.
44 Those types correspond to what is also called ´klass´ which is
45 a string describing the type of element, like ´Decoder´, ´Au‐
46 dio´, ´Encoder´ etc... This options implies that only elements
47 will be printed (not typefind functions or tracers).
48
49 --exists
50 Check if the specified element or plugin exists
51
52 --atleast-version
53 When checking if an element or plugin exists, also check that
54 its version is at least the version specified
55
56 -u, --uri-handlers
57 Print supported URI schemes, with the elements that implement
58 them
59
60 --no-colors
61 Disable colors in output. You can also achieve the same by set‐
62 ting ´GST_INSPECT_NO_COLORS´ environment variable to any value.
63
64 -C, --color
65 Color output, even when not connected to a tty.
66
67 --print-plugin-auto-install-info
68 Print a machine-parsable list of features the specified plugin
69 provides. Useful in connection with external automatic plugin
70 installation mechanisms.
71
72 --gst-debug-mask=FLAGS
73 GStreamer debugging flags to set (list with --help)
74
75 --gst-mask=FLAGS
76 GStreamer info and debugging flags to set (list with --help)
77
78 --gst-plugin-spew
79 GStreamer info flags to set Enable printout of errors while
80 loading GStreamer plugins
81
82 --gst-plugin-path=PATH
83 Add directories separated with ':' to the plugin search path
84
86 gst-inspect-1.0 reads the following environment variables, in addition
87 to the generic GStreamer environment variables also described in
88 gst-launch-1.0(1):
89
90 GST_LESS
91 Override the options passed to less (by default "RXF").
92 See less(1) for more information.
93
95 gst-launch-1.0(1), gst-typefind-1.0(1)
96
98 The GStreamer team at http://gstreamer.freedesktop.org/
99
100
101
102 December 2005 GStreamer(1)