gst-inspect: reduce casting back and forth
authorStefan Sauer <ensonic@users.sf.net>
Fri, 20 Oct 2017 09:16:46 +0000 (11:16 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 20 Oct 2017 09:16:46 +0000 (11:16 +0200)
commitef660a21d6d78284790fde67b877a95dd2d63be1
tree9b1310ef64413610e888b9cc328044ee3ad0cfa5
parent2354c5b1521a53649d14b7d528462a1c8d19f3e4
gst-inspect: reduce casting back and forth

Refactor the print_element_info() to take a GstPluginFeature. Reduces the need
to cast to and from GstElementFactory.
tools/gst-inspect.c