gst-inspect: Remove redundant plugin name from output
authorZeeshan Ali <zeenix@collabora.co.uk>
Sat, 10 Nov 2018 22:35:18 +0000 (23:35 +0100)
committerZeeshan Ali <zeenix@collabora.co.uk>
Fri, 23 Nov 2018 15:14:06 +0000 (16:14 +0100)
commitd3811ca5cdd3015cdc7329054c99b505316c04f2
tree5bb28aca6d2e7eb04b724381200ef983d4c48b2b
parenta3abe8b9aeb7ac54159bc780d7d0f26c17aa51d9
gst-inspect: Remove redundant plugin name from output

When printing info about a specific plugin, there is no need to prefix
some of the details with plugin's name. It's not only redundant but also
inconsistent and makes the task of adding consistent coloring to the
output (which we'll do in a follow patch), harder.
tools/gst-inspect.c