summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-12-31 13:27:32 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-31 13:27:32 +0000
commiteb5e87944c1d2024463f96c475f5083af6522bce (patch)
tree680de4d56a12438e996e039e608f8adec7a9b251 /ChangeLog
parent3761fb69e6a878b5bb1d06fcbdde9d0572827f51 (diff)
gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open): * gst/rtsp/gstrtspsrc.h: Implement redirect for the DESCRIBE reply. Fixes #506025.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 376c47f1..018428be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
+ * gst/rtsp/gstrtspsrc.h:
+ Implement redirect for the DESCRIBE reply. Fixes #506025.
+
2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
* ext/flac/gstflacdec.c: (gst_flac_dec_write):