summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-02-22 09:56:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-02-22 09:56:03 +0000
commit7f0745bb7f26c69766bb0c64458c6543588cc4dc (patch)
tree63003c771256c054e1ac77532088f8c486115963 /ChangeLog
parente63b9b56bf433dec2151841aa3dc169b094e092c (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de7ee46d..b071e842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-22 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * 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 <slomo@circular-chaos.org>
* tests/check/Makefile.am: