summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
author이문형 <iwings@gmail.com>2008-11-27 11:22:56 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-27 11:22:56 +0000
commit42f6a2bca1a74151bee3c1581e5c6de464e244c8 (patch)
treeca5fa88a509d783d4a8e62d3368c4c174a93c6e2 /ChangeLog
parent6f13524166392a35c8577bba55da987e287e6991 (diff)
gst/rtsp/gstrtspsrc.c: Prevent further read/write actions taken to the connect-failed socket by erroring out quickly....
Original commit message from CVS: Patch by: 이문형 <iwings at gmail dot com> * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp): Prevent further read/write actions taken to the connect-failed socket by erroring out quickly. See #562258.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5123a4ce..3714c29e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: 이문형 <iwings at gmail dot com>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
+ Prevent further read/write actions taken to the connect-failed socket by
+ erroring out quickly. See #562258.
+
2008-11-26 Stefan Kost <ensonic@users.sf.net>
* tests/examples/level/level-example.c: