Skip to content

Draft: gst-inspect (enhanced output)

Fabián Orccón requested to merge cfoch/gstreamer-rs:gstreamer-inspect into main

I was working in a separate repository before: https://github.com/cfoch/gst-inspect-rs but now I have decided to move all the commits to gstreamer-rs.

Example:

$ ./target/debug/gstreamer-inspect --help # help
$ ./target/debug/gstreamer-inspect # List all plugins
$ ./target/debug/gstreamer-inspect videotestsrc # Inspect videotestsrc element

The output is identical to gst-inspect

image image

The output of this proposed MR is more complete than the MR proposed in !242 (closed) but lacks of paging.

Edited by Fabián Orccón

Merge request reports

Loading