[gstreamer-bugs] [Bug 597539] [gststrpconnection.c] 'close' is not defined in Microsoft's CRT

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 6 10:17:46 PDT 2009


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |wim.taymans at gmail.com
     Ever Confirmed|0                           |1

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2009-10-06 17:17:42 UTC ---
or even better:

diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c
b/gst-libs/gst/rtsp/gstrtspconnection.c
index e418893..136d40a 100644
--- a/gst-libs/gst/rtsp/gstrtspconnection.c
+++ b/gst-libs/gst/rtsp/gstrtspconnection.c
@@ -446,7 +446,7 @@ accept_failed:
 getnameinfo_failed:
 wrong_family:
   {
-    close (fd);
+    CLOSE_SOCKET (fd);
     return GST_RTSP_ERROR;
   }
 }

Will push this after freeze.

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