diff options
author | 이문형 <iwings@gmail.com> | 2008-11-27 11:22:56 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-11-27 11:22:56 +0000 |
commit | 42f6a2bca1a74151bee3c1581e5c6de464e244c8 (patch) | |
tree | ca5fa88a509d783d4a8e62d3368c4c174a93c6e2 /ChangeLog | |
parent | 6f13524166392a35c8577bba55da987e287e6991 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |