From 1a86fdc6e370be3eae6592176f20d919dd1d66d2 Mon Sep 17 00:00:00 2001 From: Antoine Tremblay Date: Fri, 29 Sep 2006 08:09:24 +0000 Subject: gst/udp/gstudpsrc.c: Fix possible infinite loop when shutting down, a read can also return 0 to indicate no more mess... Original commit message from CVS: Patch by: Antoine Tremblay * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Fix possible infinite loop when shutting down, a read can also return 0 to indicate no more messages are available. Fixes #358156. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8350f3d..c5ca3f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-09-29 Wim Taymans + + Patch by: Antoine Tremblay + + * gst/udp/gstudpsrc.c: (gst_udpsrc_create): + Fix possible infinite loop when shutting down, a read can also return + 0 to indicate no more messages are available. Fixes #358156. + 2006-09-25 Wim Taymans * gst/autodetect/gstautoaudiosink.c: -- cgit