summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-07-10 16:41:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-07-10 16:41:57 +0000
commitf08deb4345e4509f8e25cb9c3f10713246db6e36 (patch)
tree437857210a52b56bce3b811e38ed7d09efc39ae5 /ChangeLog
parent7089fbac56557b7dbf0b91201352797c89216ec6 (diff)
gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.
Original commit message from CVS: * gst/rtsp/Makefile.am: * gst/rtsp/rtspconnection.c: (rtsp_connection_send), (rtsp_connection_close): * gst/rtsp/rtspdefs.h: replaced closesocket and close in code with one CLOSE_SOCKET. Some more cleanups. Fixes #345301.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee81d4c3..7676ffb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-07-10 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtsp/Makefile.am:
+ * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
+ (rtsp_connection_close):
+ * gst/rtsp/rtspdefs.h:
+ replaced closesocket and close in code with one CLOSE_SOCKET.
+ Some more cleanups. Fixes #345301.
+
2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
* gst/autodetect/gstautoaudiosink.c: