1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/gst-inspect-1.0.md
Managor 5de55b44af
gst-launch-1.0, gst-inspect-1.0: add page (#10524)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-27 17:39:30 +02:00

12 lines
328 B
Markdown

# 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}}`