GNOME Bugzilla – Bug 574211
gst_poll_*_control always returns FALSE on Windows
Last modified: 2009-03-05 10:07:52 UTC
Because the function never modifies "res" variable.
Created attachment 130090 [details] [review] Set res variable on Windows
commit e13168bd4b7838b768f49561030de2bbadcb8621 Author: LRN <lrn1986 at gmail dot com> Date: Thu Mar 5 11:02:59 2009 +0100 GstPoll: set the return value on windows Make sure that the return value of the functions _read/_write_control() return the actual result instead of always FALSE on windows. Fixes #574211.