gstreamer/gst-libs/gst
Tim-Philipp Müller fc8c5cba15 rtspconnection: make gst_rtsp_watch_queue_message() thread-safe
People might queue messages from a thread other than the thread in which
the main context which this watch is attached is iterated from, so use
a GAsyncQueue instead of a GList, so g_list_append() doesn't trample
over list nodes just freed in the other thread. This just fixes issues
I've had with gst-rtsp-server. We might need more locking in various
places here.
2009-03-31 18:30:57 +01:00
..
app appsrc: release lock in _eos flushing case 2009-03-13 15:16:44 +01:00
audio audiosrc: improve 'Dropped n samples' warning message 2009-03-25 11:27:44 +00:00
cdda gst-libs/gst/cdda/gstcddabasesrc.*: Make the GType of GstCDDABaseSrcMode public for bindings. 2009-01-07 10:50:15 +00:00
fft Reduce the number of allocations for creating FFT contexts 2009-01-22 12:54:35 +01:00
floatcast gst/: Include glib.h instead of a specific GLib header. Including single 2008-12-10 08:19:13 +00:00
interfaces doc: Fix a typo in the GstMixer docs 2009-03-31 00:58:24 +01:00
netbuffer gst-libs/gst/netbuffer/gstnetbuffer.*: Make gst_netaddress_get_ip4_address fail for v6 addresses. 2008-12-18 12:37:33 +00:00
pbutils pbutils: remove duplicate detail strings when calling the external codec installer 2009-02-02 17:34:23 +00:00
riff Riff: Add mapping for Fraps video codec. 2009-03-09 10:03:13 +01:00
rtp docs: don't put random stuff in tags. 2009-02-26 10:09:59 +02:00
rtsp rtspconnection: make gst_rtsp_watch_queue_message() thread-safe 2009-03-31 18:30:57 +01:00
sdp gst-libs/gst/sdp/gstsdpmessage.c: Fix parsing of the c= field containing multicast addresses. 2008-10-06 16:36:20 +00:00
tag vorbistag: Protect memory allocation calculation from overflow. 2009-03-12 15:02:07 +00:00
video docs: fix newly added interlace constants and plug holes in video format docs 2009-02-26 10:09:59 +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