gstreamer/gst-libs/gst
Peter Kjellerstedt 066f9be5c9 rtsp: Added new API for sending using GstRTSPWatch.
The new API to send messages using GstRTSPWatch will first try to send the
message immediately. Then, if that failed (or the message was not sent
fully), it will queue the remaining message for later delivery. This avoids
unnecessary context switches, and makes it possible to keep track of
whether the connection is blocked (the unblocking of the connection is
indicated by the reception of the message_sent signal).

This also deprecates the old API (gst_rtsp_watch_queue_data() and
gst_rtsp_watch_queue_message().)

API: gst_rtsp_watch_write_data()
API: gst_rtsp_watch_send_message()
2009-08-24 13:19:46 +02:00
..
app appsink: don't block in paused 2009-08-24 13:16:39 +02:00
audio Revert inlines that cause compiler warnings and are not needed anyway 2009-08-08 17:51:10 +01:00
cdda cddabasesrc: Allow to specify the device name in the URI 2009-08-06 06:43:34 +02:00
fft docs: fix hyperlink and move fft attribution to the right place 2009-04-15 00:19:19 +01:00
floatcast gst/: Include glib.h instead of a specific GLib header. Including single 2008-12-10 08:19:13 +00:00
interfaces navigation: Fix doc blurb typo for gst_navigation_send_key_event 2009-08-09 20:52:40 -04:00
netbuffer netaddress: add constant for max len 2009-07-01 12:54:21 +02:00
pbutils typefinding: use subtitle/x-kate for Kate subtitle streams and application/x-kate for the rest 2009-07-13 23:00:04 +01:00
riff riff: align API doc of gst_riff_parse_chunk with reality 2009-08-12 13:39:14 +02:00
rtp gst-libs: Remove dead assignments and resulting unused variables. 2009-08-08 15:54:57 +02:00
rtsp rtsp: Added new API for sending using GstRTSPWatch. 2009-08-24 13:19:46 +02:00
sdp sdp: Include winsock2.h after defining WINVER. 2009-06-29 09:36:27 +02:00
tag tag: Add support for ALBUM_ARTIST tag in vorbiscomments and ID3v2 tags 2009-08-06 06:43:38 +02:00
video gst-libs: Remove dead assignments and resulting unused variables. 2009-08-08 15:54:57 +02:00
gettext.h putting i18n in place for plugins 2004-01-19 15:45:55 +00:00
gst-i18n-plugin.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
Makefile.am Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421 2009-01-05 23:04:57 +00:00