CVS Root: /cvs/gstreamer
Module: gstreamer
Changes by: wtay
Date: Thu Nov 27 2008 11:12:44 UTC
Log message:
Patch by: 이문형 <iwings at gmail dot com>
* gst/gstpoll.c: (gst_poll_fd_ctl_write), (gst_poll_fd_has_error):
Adds support for FD_CONNECT event (win32). See #562258.
Modified files:
. : ChangeLog
gst : gstpoll.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.4177&r2=1.4178
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstpoll.c.diff?r1=1.10&r2=1.11
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gstreamer/ChangeLog,v
retrieving revision 1.4177
retrieving revision 1.4178
diff -u -d -r1.4177 -r1.4178
--- ChangeLog 24 Nov 2008 20:02:53 -0000 1.4177
+++ ChangeLog 27 Nov 2008 11:12:27 -0000 1.4178
@@ -1,3 +1,10 @@
+2008-11-27 Wim Taymans <[email protected]>
+
+ Patch by: 이문형 <iwings at gmail dot com>
+ * gst/gstpoll.c: (gst_poll_fd_ctl_write), (gst_poll_fd_has_error):
+ Adds support for FD_CONNECT event (win32). See #562258.
2008-11-24 Stefan Kost <[email protected]>
* libs/gst/base/gstbasesink.c:
Index: gstpoll.c
RCS file: /cvs/gstreamer/gstreamer/gst/gstpoll.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gstpoll.c 13 Nov 2008 18:09:45 -0000 1.10
+++ gstpoll.c 27 Nov 2008 11:12:30 -0000 1.11
@@ -695,7 +695,8 @@
else
pfd->events &= ~POLLOUT;
#else
- gst_poll_update_winsock_event_mask (set, idx, FD_WRITE, active);
+ gst_poll_update_winsock_event_mask (set, idx, FD_WRITE | FD_CONNECT,
+ active);
#endif
}
@@ -873,7 +874,8 @@
res = (wfd->events.iErrorCode[FD_CLOSE_BIT] != 0) ||
(wfd->events.iErrorCode[FD_READ_BIT] != 0) ||
(wfd->events.iErrorCode[FD_WRITE_BIT] != 0) ||
- (wfd->events.iErrorCode[FD_ACCEPT_BIT] != 0);
+ (wfd->events.iErrorCode[FD_ACCEPT_BIT] != 0) ||
+ (wfd->events.iErrorCode[FD_CONNECT_BIT] != 0);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.