From 84c6cb989a6d124debe22a9b587e0b98a153ba85 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 1 Mar 2007 18:47:28 +0000 Subject: gst/rtsp/gstrtspsrc.c: Errors from the udp sources are not fatal unless all of them are in error. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel), (find_stream_by_udpsrc), (gst_rtspsrc_handle_message): Errors from the udp sources are not fatal unless all of them are in error. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 400a48e0..d5f5398d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-03-01 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel), + (find_stream_by_udpsrc), (gst_rtspsrc_handle_message): + Errors from the udp sources are not fatal unless all of them are in + error. + 2007-03-01 Jan Schmidt * tests/check/Makefile.am: -- cgit