From 789ef04027fe1bc1cea3811104ddde44f4b3d50a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 14 May 2007 16:19:58 +0000 Subject: gst/rtsp/gstrtspsrc.c: When we try to execute a method that is not supported by the server, don't error out but remov... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send): When we try to execute a method that is not supported by the server, don't error out but remove the method from the accepted methods so that we never try to perform this method again. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e1acb17..e65740a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-14 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send): + When we try to execute a method that is not supported by the server, + don't error out but remove the method from the accepted methods so that + we never try to perform this method again. + 2007-05-14 Wim Taymans * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process): -- cgit