summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-18 13:27:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-18 13:27:39 +0000
commitfc99abef7f1ca971b919b433e87ed46cbd644aae (patch)
tree0498d20c9dfdb9ba000b5707a837a4cbf4e09b09 /ChangeLog
parente04f7a828f2580402215ab3bb3ad20d842ec36e2 (diff)
gst/rtsp/gstrtspsrc.c: Don't crash when an unsupported transport error was returned by the server, just try to config...
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams): Don't crash when an unsupported transport error was returned by the server, just try to configure the next stream. Fixes #439255.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46a356d4..49db7de4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-05-18 Wim Taymans <wim@fluendo.com>
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
+ Don't crash when an unsupported transport error was returned by the
+ server, just try to configure the next stream. Fixes #439255.
+
+2007-05-18 Wim Taymans <wim@fluendo.com>
+
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
(gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
(gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),