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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 10 01:21:13 PST 2010


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

           Summary: [multiudpsink] [PATCH] Fix print of socket's error
                    code on Windows
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ylatuya at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=155707)
 View: https://bugzilla.gnome.org/attachment.cgi?id=155707
 Review: https://bugzilla.gnome.org/review?bug=612397&attachment=155707

0001-multiudpsink-Fix-print-of-socket-s-errorcode-on-Win3.patch

Although it's seems quite unbelievable, WSAGetLastError() returns always 0
after g_convert() (nultiudpsink:is called. I used one print before  which
actually outputs the 10022 error code and another after which returns 0.
Resetting the last error with WSASetLastError() fix it and the errorcode is
printed properly

-- 
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