[gstreamer-bugs] [Bug 612397] [multiudpsink] [PATCH] Fix print of socket's error code on Windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 10 10:27:35 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=612397
  GStreamer | gst-plugins-good | git

Michael Smith <msmith> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msmith at xiph.org

--- Comment #2 from Michael Smith <msmith at xiph.org> 2010-03-10 18:27:31 UTC ---
That makes sense - on windows these days WSAGetLastError() is actually just a
thin wrapper around GetLastError, I think. So the code in g_convert() can
override that because it calls other things that set the windows error code.

I'll push this patch with a comment explaining.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list