diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-07-10 16:41:57 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-07-10 16:41:57 +0000 |
| commit | f08deb4345e4509f8e25cb9c3f10713246db6e36 (patch) | |
| tree | 437857210a52b56bce3b811e38ed7d09efc39ae5 /ChangeLog | |
| parent | 7089fbac56557b7dbf0b91201352797c89216ec6 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |
