udpsrc: Ignore G_IO_ERROR_CONNECTION_CLOSED when receiving data
authorSebastian Dröge <sebastian@centricular.com>
Fri, 4 Sep 2015 09:01:52 +0000 (12:01 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 4 Sep 2015 09:01:52 +0000 (12:01 +0300)
commit89137fc13624f918bc2261fed29c93f9620cc974
tree889fb6be21b7304ae6816511e410bfa61e4f6f2d
parentf0ca2f2ecb32d01e33cc6e87085b0163fa5bbd47
udpsrc: Ignore G_IO_ERROR_CONNECTION_CLOSED when receiving data

This happens on Windows if we use the same socket for sending packets,
and the remote sends ICMP port/host unreachable messages.

https://bugzilla.gnome.org/show_bug.cgi?id=754534
gst/udp/gstudpsrc.c