From 7f0745bb7f26c69766bb0c64458c6543588cc4dc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 22 Feb 2008 09:56:03 +0000 Subject: gst/rtsp/gstrtspsrc.c: Post the server response code in an error message instead of a generic 'error' message. Fixes ... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams): Post the server response code in an error message instead of a generic 'error' message. Fixes #517237. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de7ee46d..b071e842 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-22 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams): + Post the server response code in an error message instead of a generic + 'error' message. Fixes #517237. + 2008-02-22 Sebastian Dröge * tests/check/Makefile.am: -- cgit