summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-27 10:01:49 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-27 10:01:49 +0000
commit3deb7ad298b4a8f03f16e3feb03d827029736717 (patch)
tree06154ec7ff6ae46ebf93c4b3085ec188a9e29a64 /ChangeLog
parent5eebca0ee36a808db05759ba6e788c2930395180 (diff)
gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain win32 workiness.
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_start): Use CLOSE_SOCKET() here instead of close() to maintain win32 workiness.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 103e7f16..215f97fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
+ Use CLOSE_SOCKET() here instead of close() to maintain
+ win32 workiness.
+
2006-07-27 Wim Taymans <wim@fluendo.com>
Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>