diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-26 08:48:30 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-26 08:48:30 +0000 |
| commit | 45b77c57b4d71ac737e31a28688065c15c6f68f0 (patch) | |
| tree | f83233a5d1ab9a2ab7cd3a79109e56169380fa09 /ChangeLog | |
| parent | 88bf47c911aedc673e02e2369ad161ae0a7029d0 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |
