After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574211 - gst_poll_*_control always returns FALSE on Windows
gst_poll_*_control always returns FALSE on Windows
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal major
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-05 03:56 UTC by LRN
Modified: 2009-03-05 10:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set res variable on Windows (666 bytes, patch)
2009-03-05 03:56 UTC, LRN
committed Details | Review

Description LRN 2009-03-05 03:56:15 UTC
Because the function never modifies "res" variable.
Comment 1 LRN 2009-03-05 03:56:46 UTC
Created attachment 130090 [details] [review]
Set res variable on Windows
Comment 2 Wim Taymans 2009-03-05 10:07:52 UTC
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.