Skip to content

tools: gst-inspect, add option '--color' with short option '-C'

Enhancement: gst-inspect

I find myself limited by only having color in the PAGER, with this patch, color can optionally be passed on down a pipeline, e.g.:

gst-inspect-1.0 -C | grep --color=none audiovisualizers | sort

Merge request reports