mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 23:44:01 +00:00
18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gst-inspect-1.0
|
|
|
|
> Print information on GStreamer plugins.
|
|
> More information: <https://gstreamer.freedesktop.org/documentation/tools/gst-inspect.html?gi-language=c>.
|
|
|
|
- Print information on a plugin:
|
|
|
|
`gst-inspect-1.0 {{plugin}}`
|
|
|
|
- List hardware transcoding capabilities of your device:
|
|
|
|
`gst-inspect-1.0 {{vaapi|nvcodec}}`
|