summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-08-06 15:42:58 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-08-06 15:42:58 +0000
commit9a6e8713633eda7d665579171ee162677d4cfdbc (patch)
tree499820ef3995130e01a0f190a15b5b248f42f38d /ChangeLog
parentf8adaa080a3da8971b447a4e9880a750d706121b (diff)
downloadgst-plugins-bad-9a6e8713633eda7d665579171ee162677d4cfdbc.tar.gz
gst-plugins-bad-9a6e8713633eda7d665579171ee162677d4cfdbc.tar.bz2
gst-plugins-bad-9a6e8713633eda7d665579171ee162677d4cfdbc.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ffc9da7..95b89dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-08-06 Wim Taymans <wim@fluendo.com>
+
+ * 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 <thomas at apestaart dot org>
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),