rtsp: use CLOSE_SOCKET() instead of close()
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 6 Oct 2009 17:17:49 +0000 (19:17 +0200)
committerWim Taymans <wim@metal.(none)>
Tue, 6 Oct 2009 20:37:00 +0000 (22:37 +0200)
commit730eead9a987b6f94ff07337b247da3c26ad0280
tree5832d2d2d266a300376d6fa767eb64f9da0f5926
parentfc56adc2e36cd9b41ab05982973916379e733bb1
rtsp: use CLOSE_SOCKET() instead of close()

Use CLOSE_SOCKET instead of directly calling close() because it does the right
thing for windows.

Fixes #597539
gst-libs/gst/rtsp/gstrtspconnection.c