tools: gst-inspect: print action signals as emit_by_name() invocations
authorTim-Philipp Müller <tim@centricular.com>
Tue, 28 Mar 2023 18:58:30 +0000 (19:58 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 18 Aug 2023 17:41:55 +0000 (18:41 +0100)
commit9bf6919f7f0731e7b77e416dc23be13155740aba
tree1b7cb950c2504cabd7be256da3a69e705637446e
parent65eb52644487ce2cefe7e7f5e1d03a5a1396cb1b
tools: gst-inspect: print action signals as emit_by_name() invocations

It's quite confusing to print a function callback signature for
action signals when people need to do a g_signal_by_name() invocation
in order to use this feature. Requires too much background knowledge
about how GObject works under the hood to make sense of that.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5206>
subprojects/gstreamer/tools/gst-inspect.c