From 110a0ea563d9825b1227fd0af8d7c7f37c8dab5e Mon Sep 17 00:00:00 2001 From: Ole André Vadla Ravnås Date: Mon, 17 Mar 2008 15:56:01 +0000 Subject: gst/rtsp/gstrtspsrc.c: Call WSAStartup() and WSACleanup before using the Winsock API. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Ole André Vadla Ravnås * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_finalize): Call WSAStartup() and WSACleanup before using the Winsock API. See #520808. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a74776d9..28ee005b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-03-17 Wim Taymans + + Patch by: Ole André Vadla Ravnås + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), + (gst_rtspsrc_finalize): + Call WSAStartup() and WSACleanup before using the Winsock API. + See #520808. + 2008-03-16 Stefan Kost * gst/avi/gstavidemux.c: -- cgit