gst/tcp/gstmultifdsink.*: Recover from a select with a bad file descriptor by removin...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 30 Jul 2004 16:17:37 +0000 (16:17 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 30 Jul 2004 16:17:37 +0000 (16:17 +0000)
commit2d0435ecc392344ce82c3e7ba98ad7901013f6aa
tree65c08f78576ae3741b823d474502737a42547901
parentf4f262ce2d73214311480735aa9b2f626a1a6278
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.
ChangeLog