diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-12-31 13:27:32 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-12-31 13:27:32 +0000 |
commit | eb5e87944c1d2024463f96c475f5083af6522bce (patch) | |
tree | 680de4d56a12438e996e039e608f8adec7a9b251 /ChangeLog | |
parent | 3761fb69e6a878b5bb1d06fcbdde9d0572827f51 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |