gstreamer/gst-libs/gst/rtsp
Wim Taymans bb5e2d3f56 Match WSAStartup and WSACleanup correctly
Don't randomly call WSAStartup and WSACleanup but instead call the startup when
we create a connection and cleanup when we free it again. Because the internal
datastructure is refcounted, this should not cause any refcounting leaks when
the connection is managed correctly.
Fixes #562794.
2009-02-24 12:11:00 +01:00
..
.gitignore gst-libs/gst/rtsp/.cvsignore: Ber. Don't include the full path, idiot. 2007-07-27 09:17:19 +00:00
gstrtsp.h gst-libs/gst/: Move the rtspextension.h interface into gstrtspextension.h as part of libgstrtsp instead of libgstinte... 2007-07-26 19:57:15 +00:00
gstrtspbase64.c API: gst_rtsp_base64_decode_ip() 2007-07-26 14:33:01 +00:00
gstrtspbase64.h API: gst_rtsp_base64_decode_ip() 2007-07-26 14:33:01 +00:00
gstrtspconnection.c Match WSAStartup and WSACleanup correctly 2009-02-24 12:11:00 +01:00
gstrtspconnection.h Make RTSPConnection opaque and rename RTSPChannel 2009-02-19 15:55:07 +01:00
gstrtspdefs.c fix some typos 2009-01-29 14:00:30 +01:00
gstrtspdefs.h Add method to serialize RTSP options 2009-01-28 11:48:01 +01:00
gstrtspextension.c Add method for handling server requests 2009-02-23 10:57:08 +01:00
gstrtspextension.h Add method for handling server requests 2009-02-23 10:57:08 +01:00
gstrtspmessage.c Improve key/value parsing 2009-02-20 17:26:40 +01:00
gstrtspmessage.h Add new RTSP message method to set header 2009-01-29 11:55:10 +01:00
gstrtsprange.c RTSPRange: Add method to serialize ranges 2009-02-04 17:03:52 +01:00
gstrtsprange.h RTSPRange: Add method to serialize ranges 2009-02-04 17:03:52 +01:00
gstrtsptransport.c gst-libs/gst/rtsp/gstrtsptransport.c: Add rdt manager for rdt transport. 2007-08-03 15:44:01 +00:00
gstrtsptransport.h gst-libs/gst/rtsp/gstrtsptransport.h: Make the GstRTSPTransport struct members public as there are no setters/getters... 2008-05-21 06:39:20 +00:00
gstrtspurl.c GstRTSPUrl: Add some const to methods 2009-02-04 13:16:48 +01:00
gstrtspurl.h GstRTSPUrl: Add some const to methods 2009-02-04 13:16:48 +01:00
Makefile.am gst-libs/gst/rtsp/Makefile.am: Distribute, don't install md5.h 2008-05-21 17:01:16 +00:00
md5.c gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065. 2008-05-08 14:46:27 +00:00
md5.h gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065. 2008-05-08 14:46:27 +00:00
rtsp-marshal.list gst-libs/gst/: Move the rtspextension.h interface into gstrtspextension.h as part of libgstrtsp instead of libgstinte... 2007-07-26 19:57:15 +00:00