1GStreamer(1)                General Commands Manual               GStreamer(1)
2
3
4

NAME

6       gst-inspect-1.0 - print info about a GStreamer plugin or element
7

SYNOPSIS

9       gst-inspect-1.0 [OPTION...] [PLUGIN|ELEMENT]
10

DESCRIPTION

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
16       elements  together with a summary.  When executed with a PLUGIN or ELE‐
17       MENT argument, gst-inspect-1.0 will print information about that  plug-
18       in or element.
19

OPTIONS

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´,
46               ´Audio´,  ´Encoder´  etc... This options implies that only ele‐
47               ments 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       -u, --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       --print-plugin-auto-install-info
65               Print  a machine-parsable list of features the specified plugin
66               provides.  Useful in connection with external automatic  plugin
67               installation mechanisms.
68
69       --gst-debug-mask=FLAGS
70               GStreamer debugging flags to set (list with --help)
71
72       --gst-mask=FLAGS
73               GStreamer info and debugging flags to set (list with --help)
74
75       --gst-plugin-spew
76               GStreamer  info  flags  to  set Enable printout of errors while
77               loading GStreamer plugins
78
79       --gst-plugin-path=PATH
80               Add directories separated with ':' to the plugin search path
81

SEE ALSO

83       gst-launch-1.0(1), gst-typefind-1.0(1)
84

AUTHOR

86       The GStreamer team at http://gstreamer.freedesktop.org/
87
88
89
90                                 December 2005                    GStreamer(1)
Impressum