From: Wim Taymans Date: Fri, 6 Aug 2004 15:42:58 +0000 (+0000) Subject: gst/tcp/gstmultifdsink.c: Make sure we don't try to read more from a client that... X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~727 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=880a3d809b5c56a07b222bcf579d97281b09a0ac;p=platform%2Fupstream%2Fgst-plugins-good.git gst/tcp/gstmultifdsink.c: Make sure we don't try to read more from a client that what ioctl says us or we deadlock. Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), (gst_multifdsink_add), (gst_multifdsink_get_stats), (gst_multifdsink_client_remove), (gst_multifdsink_handle_client_read), (gst_multifdsink_handle_client_write), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients): Make sure we don't try to read more from a client that what ioctl says us or we deadlock. --- diff --git a/ChangeLog b/ChangeLog index 8ffc9da..95b89dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-08-06 Wim Taymans + + * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), + (gst_multifdsink_add), (gst_multifdsink_get_stats), + (gst_multifdsink_client_remove), + (gst_multifdsink_handle_client_read), + (gst_multifdsink_handle_client_write), + (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients): + Make sure we don't try to read more from a client that what + ioctl says us or we deadlock. + 2004-08-05 Thomas Vander Stichele * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),