mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
fix index comparison
Original commit message from CVS: fix index comparison
This commit is contained in:
parent
f3d9a8e1d2
commit
3cc415c7da
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue