From 9e37243ecaf67e31c68d1c8541deea751830d6b1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 4 May 2007 15:17:14 +0000 Subject: gst/rtsp/gstrtspsrc.c: Let more error state trickle down so that we can catch more error cases. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send), (gst_rtspsrc_setup_streams), (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause), (gst_rtspsrc_change_state): Let more error state trickle down so that we can catch more error cases. Handle keep-alive a little smarter by selecting a method the server actually supports. Fix a race in UDP streaming shutdown. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f711bdd..fedfe384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-05-04 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive), + (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send), + (gst_rtspsrc_setup_streams), (gst_rtspsrc_open), + (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause), + (gst_rtspsrc_change_state): + Let more error state trickle down so that we can catch more error + cases. + Handle keep-alive a little smarter by selecting a method the server + actually supports. + Fix a race in UDP streaming shutdown. + 2007-05-04 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive): -- cgit