gstreamer/gst
Tim-Philipp Müller da9f20eceb Work around deprecated thread API in glib master
Add private replacements for deprecated functions such as
g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly
to avoid the deprecation warnings. We can't change most of
these in 0.10 because they're part of our API and ABI.

Suppress deprecation warnings in selected files, mostly for
g_static_rec_mutex_*. StaticRecMutex is part of our API/ABI,
not much we can do here in 0.10.
2011-12-12 11:33:31 +00:00
..
asfdemux Work around deprecated thread API in glib master 2011-12-12 11:33:31 +00:00
dvdlpcmdec various: fix pad template ref leaks 2011-11-28 13:10:01 +00:00
dvdsub various: fix pad template ref leaks 2011-11-28 13:10:01 +00:00
iec958 various: fix pad template ref leaks 2011-11-28 13:10:01 +00:00
mpegaudioparse Work around deprecated thread API in glib master 2011-12-12 11:33:31 +00:00
mpegstream various: fix pad template ref leaks 2011-11-28 13:10:01 +00:00
realmedia Work around deprecated thread API in glib master 2011-12-12 11:33:31 +00:00
synaesthesia various: fix pad template ref leaks 2011-11-28 13:10:01 +00:00
Makefile.am build: build plugins in parallel where possible, if make -jN is used 2010-03-30 01:18:50 +01:00