summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-18 10:36:12 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-18 10:36:12 +0000
commite4720e286ca217afdf43996ebe7e44c2aeab932c (patch)
tree3d4f057cfb00f190df0e2c55015d5a3f4e04b476 /ChangeLog
parentccd7a136a92b43a94d3db61565352be0a59e3014 (diff)
gst/rtsp/gstrtspsrc.c: Refactor timeout handling.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send), (gst_rtspsrc_setup_streams): Refactor timeout handling. Also send keep-alive when dealing with TCP transport. * gst/rtsp/rtspconnection.c: (rtsp_connection_create), (rtsp_connection_free), (rtsp_connection_next_timeout), (rtsp_connection_reset_timeout): * gst/rtsp/rtspconnection.h: Use a timer to handle the session timeouts, add some methods to deal with timeouts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 251ebc1e..09924a59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-05-18 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
+ (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
+ (gst_rtspsrc_try_send), (gst_rtspsrc_send),
+ (gst_rtspsrc_setup_streams):
+ Refactor timeout handling.
+ Also send keep-alive when dealing with TCP transport.
+
+ * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
+ (rtsp_connection_free), (rtsp_connection_next_timeout),
+ (rtsp_connection_reset_timeout):
+ * gst/rtsp/rtspconnection.h:
+ Use a timer to handle the session timeouts, add some methods to deal
+ with timeouts.
+
2007-05-17 Wim Taymans <wim@fluendo.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),