summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-26 08:48:30 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-26 08:48:30 +0000
commit45b77c57b4d71ac737e31a28688065c15c6f68f0 (patch)
treef83233a5d1ab9a2ab7cd3a79109e56169380fa09 /ChangeLog
parent88bf47c911aedc673e02e2369ad161ae0a7029d0 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c3f7508..1b1a2cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-04-26 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
(gst_wavparse_stream_headers), (gst_wavparse_stream_data):
* gst/wavparse/gstwavparse.h: