gstreamer/ext
Sebastian Dröge dfa627da30 pulsemixer: Don't use g_atomic_int_(get|set) for accessing the mixer track flags
g_atomic_int_(get|set) only work on ints and the flags are
an enum (which on most architectures is stored as an int).

Also the way the flags were accessed atomically would still
leave a possible race condition and we don't do it in any
other mixer track implementation, let alone at any other
place where an integer could be changed from different
threads. Removing the g_atomic_int_(get|set) will only
introduce a new race condition on architectures where
integers could be half-written while reading them
which shouldn't be the case for any modern architecture
and if we really care about this we need to use
g_atomic_int_(get|set) at many other places too.

Apart from that g_atomic_int_(set|get) will result in
aliasing warnings if their argument is explicitely
casted to an int *. Fixes bug #571153.
2009-02-22 18:08:59 +01:00
..
aalib Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
annodex Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
cairo Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
dv Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
esd Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
flac respect DEFAULT segment by clipping the last buffer to be sent 2009-02-21 12:47:00 +01:00
gconf Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
gdk_pixbuf Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
hal Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
jpeg Add examples for the jpeg elements. 2009-01-29 10:12:43 +02:00
ladspa Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
libcaca Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
libmng Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
libpng Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
mikmod Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
pulse pulsemixer: Don't use g_atomic_int_(get|set) for accessing the mixer track flags 2009-02-22 18:08:59 +01:00
raw1394 hdv1394src: Don't use void * pointer arithmetic 2009-02-22 12:41:53 +01:00
shout2 Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
soup Use correct flag for the GNOME proxy configuration 2009-02-02 18:38:40 +01:00
speex Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
taglib Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
wavpack Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
Makefile.am Pull changes from 0.10.9.2 pre-release branch moving the libcdio 2008-08-12 09:22:29 +00:00