From fc99abef7f1ca971b919b433e87ed46cbd644aae Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 18 May 2007 13:27:39 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 46a356d4..49db7de4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-18 Wim Taymans + + * 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 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init), -- cgit