diff options
| author | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-03-17 15:56:01 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-03-17 15:56:01 +0000 |
| commit | 110a0ea563d9825b1227fd0af8d7c7f37c8dab5e (patch) | |
| tree | 9cd1f369564fbd1534fe8b2291a83860e4dc8c1d /ChangeLog | |
| parent | fbb779216cd731ee27256f2d34aadbe56fd53ad0 (diff) | |
gst/rtsp/gstrtspsrc.c: Call WSAStartup() and WSACleanup before using the Winsock API.
Original commit message from CVS:
Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
(gst_rtspsrc_finalize):
Call WSAStartup() and WSACleanup before using the Winsock API.
See #520808.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-03-17 Wim Taymans <wim.taymans@collabora.co.uk> + + Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> + + * 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 <ensonic@users.sf.net> * gst/avi/gstavidemux.c: |
