2023-07-27 18:39:30 +03:00
|
|
|
# gst-inspect-1.0
|
|
|
|
|
|
|
|
> Print information on GStreamer plugins.
|
2025-04-23 10:24:12 +03:00
|
|
|
> More information: <https://gstreamer.freedesktop.org/documentation/tools/gst-inspect.html>.
|
2023-07-27 18:39:30 +03:00
|
|
|
|
|
|
|
- Print information on a plugin:
|
|
|
|
|
|
|
|
`gst-inspect-1.0 {{plugin}}`
|
|
|
|
|
|
|
|
- List hardware transcoding capabilities of your device:
|
|
|
|
|
|
|
|
`gst-inspect-1.0 {{vaapi|nvcodec}}`
|
2025-06-29 19:59:35 +03:00
|
|
|
|
|
|
|
- List available container plugins:
|
|
|
|
|
|
|
|
`gst-inspect-10 {{matroska|avi|ogg|isomp4}}`
|
|
|
|
|
|
|
|
- List available audio codecs:
|
|
|
|
|
|
|
|
`gst-inspect-1.0 {{opus|vorbis|flac}}`
|
|
|
|
|
|
|
|
- List GStreamer core elements:
|
|
|
|
|
|
|
|
`gst-inspect-1.0 coreelements`
|
|
|
|
|
|
|
|
- List plugins that utilize graphics APIs:
|
|
|
|
|
|
|
|
`gst-inspect-1.0 {{vulkan|opengl}}`
|
|
|
|
|
|
|
|
- List available image codecs:
|
|
|
|
|
|
|
|
`gst-inspect-1.0 {{png|jpeg}}`
|
|
|
|
|
|
|
|
- List all available plugins:
|
|
|
|
|
|
|
|
`gst-inspect-1.0`
|