From 45b77c57b4d71ac737e31a28688065c15c6f68f0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 26 Apr 2007 08:48:30 +0000 Subject: gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read and the ioctl did not report an error. F... Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Handle the case where there are exactly 0 bytes to read and the ioctl did not report an error. Fixes #433530. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5c3f7508..1b1a2cdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-26 Wim Taymans + + * gst/udp/gstudpsrc.c: (gst_udpsrc_create): + Handle the case where there are exactly 0 bytes to read and the ioctl + did not report an error. Fixes #433530. + 2007-04-26 Wim Taymans * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek), -- cgit