summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaurent Glayal <spglegle@yahoo.fr>2007-10-18 17:04:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-18 17:04:14 +0000
commit961c98527027fdb54c64899c0c995115b8870365 (patch)
tree4b6d5e165968d45bd4b0d7f808a47de810d38f90 /ChangeLog
parent279fe5fac69a36112304acf54af1c5a03e369c15 (diff)
gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, don't generate an error if there is activ...
Original commit message from CVS: Based on patch by: Laurent Glayal <spglegle yahoo fr> * gst/udp/gstudpsrc.c: (gst_udpsrc_create): When the socket is used by the app for other purposes, don't generate an error if there is activaty on the socket that is not data related. Fixes #487488.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00b7ab37..df9fcb6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-10-18 Wim Taymans <wim.taymans@gmail.com>
+ Based on patch by: Laurent Glayal <spglegle yahoo fr>
+
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
+ When the socket is used by the app for other purposes, don't generate an
+ error if there is activaty on the socket that is not data related.
+ Fixes #487488.
+
+2007-10-18 Wim Taymans <wim.taymans@gmail.com>
+
* sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
(gst_v4l2src_grab_frame):
Add some more debug info. Generate an error when we run out of buffers