From 751f2bb3646f2beff3698c9f09900dbd0ea08abb Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 1 May 2008 10:52:11 +0000 Subject: gst/udp/gstudpsrc.c: Don't error out if we get an ICMP destination-unreachable message when trying to read packets on... Original commit message from CVS: Patch by: Youness Alaoui * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Don't error out if we get an ICMP destination-unreachable message when trying to read packets on win32 (#529454). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9902fdab..b8319eed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-05-01 Tim-Philipp Müller + + Patch by: Youness Alaoui + + * gst/udp/gstudpsrc.c: (gst_udpsrc_create): + Don't error out if we get an ICMP destination-unreachable + message when trying to read packets on win32 (#529454). + 2008-04-30 Tim-Philipp Müller * configure.ac: -- cgit