tools: gst-inspect: don't print internal pad request function name
authorTim-Philipp Müller <tim@centricular.com>
Sun, 28 Aug 2016 15:02:14 +0000 (16:02 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 28 Aug 2016 15:04:27 +0000 (16:04 +0100)
commit3cae9335799e0e73bf356368696ca68fb59be0d6
treedc4c78e9146f2a8a2fc2e45d14769bef1b727590
parent4714ef2f8eecfdf6fe0f9f5dbc2192b936cbb452
tools: gst-inspect: don't print internal pad request function name

This just confuses people, they look at it and try to call it
directly by name, instead of using the public GstElement API.
It stands to reason that it goes without saying that when an
element provides request pads that they can actually be
requested using the standard API, and there's no point in
printing internal implementation details of the element.
tools/gst-inspect.c