From e4720e286ca217afdf43996ebe7e44c2aeab932c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 18 May 2007 10:36:12 +0000 Subject: 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. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 251ebc1e..09924a59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-05-18 Wim Taymans + + * 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 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), -- cgit