gstreamer/gst-libs/gst/rtsp
Alessandro Decina 22cc529409 rtspconnection: add OSX specific hack to detect when a connection is refused
Unlike linux, OSX wakes up select with POLLOUT (instead of POLLERR) when
connect() is done async and the connection is refused. Therefore always check
for the socket error state using getsockopt (..., SO_ERROR, ...) after a
connection attempt.
2011-08-15 23:46:53 +02:00
..
.gitignore .gitignore: update after files got renamed 2009-10-17 21:11:10 +01:00
gstrtsp-marshal.list libs: touch marshal.list files to force rebuild after Makefile.am changes 2010-10-19 00:07:47 +01: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 rtsp: deprecate remaining base64 function now that we depend on GLib 2.20 2010-04-30 20:01:55 +01:00
gstrtspbase64.h rtsp: deprecate remaining base64 function now that we depend on GLib 2.20 2010-04-30 20:01:55 +01:00
gstrtspconnection.c rtspconnection: add OSX specific hack to detect when a connection is refused 2011-08-15 23:46:53 +02:00
gstrtspconnection.h rtspconnection: Handle closed POST socket in tunneling 2010-04-06 10:59:39 +02:00
gstrtspdefs.c docs: fix wrong doc markup 2010-05-06 09:42:02 +03:00
gstrtspdefs.h docs: add minimal docblobs for status code and headers 2011-05-23 23:56:09 +03:00
gstrtspextension.c rtsp: don't export marshaller function 2010-10-15 23:54:40 +01:00
gstrtspextension.h rtsp: GstRTSPExtension isn't wrapped by GstImplementsInterface 2011-06-26 21:07:52 +01:00
gstrtspmessage.c docs: fix wrong doc markup 2010-05-06 09:42:02 +03:00
gstrtspmessage.h rtsp: Added missing Since tags. 2009-08-24 13:58:50 +02:00
gstrtsprange.c docs: fix wrong doc markup 2010-05-06 09:42:02 +03:00
gstrtsprange.h RTSPRange: Add method to serialize ranges 2009-02-04 17:03:52 +01:00
gstrtsptransport.c rtsptranport: ensure valid int result when parsing ranges 2011-04-12 12:30:08 +02:00
gstrtsptransport.h rtsp: Move around the typedefs to make GIR happy 2010-12-07 17:35:56 +01:00
gstrtspurl.c add gst_rtsp_url_decode_path_components 2010-12-15 17:51:36 +01:00
gstrtspurl.h add gst_rtsp_url_decode_path_components 2010-12-15 17:51:36 +01:00
Makefile.am libs: gobject-introspection scanner doesn't need to scan or update plugin info 2011-04-16 11:01:53 +01:00