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:50:45 +0000 (11:50 +0000)
commitc3f1f3ffb56dacae5959c8a1231fdc5695086191
tree96acedea2dcc034b1943b121735efa162217d578
parent70a3758a909cce64980c75240e6b6bc90812bc71
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