summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-08-17 09:57:30 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-08-17 09:57:30 +0000
commit575740d70a6eff5d9869c1ab6738c2c07d3d8544 (patch)
tree6752cc2fd618b59cacb1ce913250893945329c66
parent5a4f76d66107ee59c55163ed33682fe596d12c84 (diff)
downloadgst-plugins-bad-575740d70a6eff5d9869c1ab6738c2c07d3d8544.tar.gz
gst-plugins-bad-575740d70a6eff5d9869c1ab6738c2c07d3d8544.tar.bz2
gst-plugins-bad-575740d70a6eff5d9869c1ab6738c2c07d3d8544.zip
fix index comparison
Original commit message from CVS: fix index comparison
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e226005c..1b3c8885 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ patch by: Wim Taymans
+
+ * gst/tcp/gstfdset.c:
+ * gst/tcp/gstmultifdsink.c:
+ fix index comparison, should include 0
+
2004-08-16 Wim Taymans <wim@fluendo.com>
* gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
@@ -5,6 +13,8 @@
(gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
(gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
(gst_fdset_wait):
+ copy when reallocing for poll so the select arguments don't get
+ changed during the call
2004-08-16 Wim Taymans <wim@fluendo.com>