gstreamer/gst-libs/gst/rtsp
Ognyan Tonchev f6e07b65a4 rtspconnection: only send new data immediately if there are no queued messages
Even if watch->messages->length is 0 there may still be some
data from a message that was only written partially at the
previous attempt stored in watch->write_data, so check for
that as well. We don't want to write data into the middle
of another message, which could happen when there wasn't
enough bandwidth.

https://bugzilla.gnome.org/show_bug.cgi?id=669039
2012-02-17 14:40:35 +00: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: only send new data immediately if there are no queued messages 2012-02-17 14:40:35 +00:00
gstrtspconnection.h rtspconnection: Handle closed POST socket in tunneling 2010-04-06 10:59:39 +02:00
gstrtspdefs.c rtspdefs: add RTCP-Interval header 2011-09-19 11:32:23 +02:00
gstrtspdefs.h audio, rtsp: remove private/protected gtk-doc markup for enums 2012-01-02 00:19:57 +00: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 various: typo fixes 2011-12-02 12:03:27 +01:00
gstrtsprange.h RTSPRange: Add method to serialize ranges 2009-02-04 17:03:52 +01:00
gstrtsptransport.c docs: handle warnings emitted by gtk-doc 2011-08-20 19:16:42 +02:00
gstrtsptransport.h rtsp: Move around the typedefs to make GIR happy 2010-12-07 17:35:56 +01:00
gstrtspurl.c docs: handle warnings emitted by gtk-doc 2011-08-20 19:16:42 +02: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