multisocketsink: fix "client-removed" signal on 64-bit platforms and with bindings
authorCsaba Toth <tocsanti@gmail.com>
Mon, 26 Oct 2015 20:32:41 +0000 (21:32 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 31 Oct 2015 11:12:38 +0000 (11:12 +0000)
commit315950100242eed701b8977d909e4ca2fd467c84
tree2d2736f5760ab2f013d595396f8edd189d389e96
parenta95a900c21f66c69fb9e41dc243b554314d79a6d
multisocketsink: fix "client-removed" signal on 64-bit platforms and with bindings

The client-removed signal used G_INT_TYPE instead of G_SOCKET_TYPE
in its definition leading to problems on platforms where the size
of a pointer is larger than the size of an integer, It would also
not work at all with dynamic language bindings.

https://bugzilla.gnome.org/show_bug.cgi?id=757155
gst/tcp/gstmultisocketsink.c