From bf8777356bd15858d69d520b7134f20eeeded01c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 23 Sep 2008 18:08:56 +0000 Subject: gst/rtsp/gstrtspsrc.c: Handle the case where we cannot do desribe or when the describe result does not contain a vali... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): Handle the case where we cannot do desribe or when the describe result does not contain a valid SDP message. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b8316da..1dbf288f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-23 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): + Handle the case where we cannot do desribe or when the describe result + does not contain a valid SDP message. + 2008-09-23 Wim Taymans * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property): -- cgit