tools: gst-inspect: add * for pointer signal arguments where needed
authorTim-Philipp Müller <tim@centricular.com>
Sun, 4 Sep 2016 19:39:31 +0000 (20:39 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 4 Sep 2016 19:39:31 +0000 (20:39 +0100)
commitad537a2d51cae916bb2bc54d1da97721461c1925
treeef9aa2c8f5ac808b196c2bc2bb02b611ed1cb72b
parent1b1459b0a61bfa6a0cc49749d1562fb2fdbb06f9
tools: gst-inspect: add * for pointer signal arguments where needed

Print GObject argument properly with pointer marker:

  "client-added" :  void user_function (GstElement* object,
                                        GObject* arg0,
                                        gpointer user_data);

instead of

  "client-added" :  void user_function (GstElement* object,
                                        GObject arg0,
                                        gpointer user_data);

for gst-inspect-1.0 tcpserversink.
tools/gst-inspect.c