gst-inspect-1.0
GStreamer plugin and element inspector
TLDR
SYNOPSIS
gst-inspect-1.0 [options] [element|plugin]
DESCRIPTION
gst-inspect-1.0 queries information about GStreamer plugins and elements. It displays element details including pad information, capabilities, properties with types and defaults, and available signals.Without arguments, it lists all available plugins and their elements with summaries. With an element or plugin name, it shows detailed information about that component, including the element's factory details, pads, properties, and signals.This is an essential tool for GStreamer pipeline development, allowing developers to discover available elements, understand their capabilities, and check property types before constructing pipelines with gst-launch-1.0.
PARAMETERS
-a, --print-all
Print information about all available elements.--print-plugin-auto-install-info
Print a machine-parseable list of features the specified plugin or element provides. Useful for package managers and auto-installers.-b, --print-blacklist
Print a list of blacklisted (failed to load) plugins.--plugin
List features of a plugin. The argument is treated as a plugin name rather than an element.--types types
Filter elements by type when used with `--print-all` (e.g., Audio/Sink).--exists element
Check if the specified element exists. Returns exit code 0 if found, 1 if not.--atleast-version version
When used with `--exists`, also check that the element is at least the specified version.--uri-handlers
Print all available URI handlers.--gst-plugin-path=PATH
Add directories to the plugin search path (separated by colons).--version
Show GStreamer version information.--help
Print help and exit.
SEE ALSO
gst-launch-1.0(1), gst-discoverer-1.0(1), gst-play-1.0(1), gst-typefind-1.0(1)
