From: Wim Taymans Date: Fri, 30 Jul 2004 16:17:37 +0000 (+0000) Subject: gst/tcp/gstmultifdsink.*: Recover from a select with a bad file descriptor by removin... X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~744 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d0435ecc392344ce82c3e7ba98ad7901013f6aa;p=platform%2Fupstream%2Fgst-plugins-bad.git gst/tcp/gstmultifdsink.*: Recover from a select with a bad file descriptor by removing the client. Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), (gst_multifdsink_add), (gst_multifdsink_remove), (gst_multifdsink_clear), (gst_multifdsink_get_stats), (gst_multifdsink_client_remove), (gst_multifdsink_handle_client_write), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients): * gst/tcp/gstmultifdsink.h: Recover from a select with a bad file descriptor by removing the client. --- diff --git a/ChangeLog b/ChangeLog index c4e28f0..54fbacd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-07-30 Wim Taymans + + * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), + (gst_multifdsink_add), (gst_multifdsink_remove), + (gst_multifdsink_clear), (gst_multifdsink_get_stats), + (gst_multifdsink_client_remove), + (gst_multifdsink_handle_client_write), + (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients): + * gst/tcp/gstmultifdsink.h: + Recover from a select with a bad file descriptor by removing + the client. + 2004-07-30 Thomas Vander Stichele * configure.ac: