summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-30 16:17:37 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-30 16:17:37 +0000
commit2d0435ecc392344ce82c3e7ba98ad7901013f6aa (patch)
tree65c08f78576ae3741b823d474502737a42547901 /ChangeLog
parentf4f262ce2d73214311480735aa9b2f626a1a6278 (diff)
downloadgst-plugins-bad-2d0435ecc392344ce82c3e7ba98ad7901013f6aa.tar.gz
gst-plugins-bad-2d0435ecc392344ce82c3e7ba98ad7901013f6aa.tar.bz2
gst-plugins-bad-2d0435ecc392344ce82c3e7ba98ad7901013f6aa.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4e28f08..54fbacd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-07-30 Wim Taymans <wim@fluendo.com>
+
+ * 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 <thomas at apestaart dot org>
* configure.ac: