From 76fbca7103697e5ce8f529ce9a99927e4ec0b096 Mon Sep 17 00:00:00 2001 From: Ole André Vadla Ravnås Date: Fri, 7 Mar 2008 10:01:40 +0000 Subject: gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup. 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/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start), (gst_udpsrc_stop): Properly balance WSA_Cleanup with WSA_Startup. Also make the poll controllable on windows. Fixes #520888. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac7ae583..d34dea25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-03-07 Wim Taymans + + Patch by: Ole André Vadla Ravnås + + * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start), + (gst_udpsrc_stop): + Properly balance WSA_Cleanup with WSA_Startup. + Also make the poll controllable on windows. Fixes #520888. + 2008-03-06 Wim Taymans * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes), -- cgit