gstreamer/gst/audiofx
Tim-Philipp Müller 66f6e12888 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'll change these
over to the new API once we depend on glib >= 2.32.
2011-12-12 09:46:27 +00:00
..
.gitignore
audioamplify.c various (gst): add a missing G_PARAM_STATIC_STRINGS flags 2010-10-13 18:00:28 +03:00
audioamplify.h audioamplify: Add noclip method and support for more formats 2009-06-19 22:20:45 +02:00
audiochebband.c Work around deprecated thread API in glib master 2011-12-12 09:46:27 +00:00
audiochebband.h
audiocheblimit.c Work around deprecated thread API in glib master 2011-12-12 09:46:27 +00:00
audiocheblimit.h
audiodynamic.c various (gst): add a missing G_PARAM_STATIC_STRINGS flags 2010-10-13 18:00:28 +03:00
audiodynamic.h
audioecho.c audioecho: fix param flags 2011-06-17 03:07:09 +03:00
audioecho.h Limit the delay by a new max-delay property 2009-01-28 16:01:34 +01:00
audiofirfilter.c Work around deprecated thread API in glib master 2011-12-12 09:46:27 +00:00
audiofirfilter.h Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the... 2009-01-13 19:23:57 +00:00
audiofx.c Rename audioreverb to audioecho. Fixes bug #568395. 2009-01-22 13:27:56 +01:00
audiofxbasefirfilter.c audiofx: Sync properties to the stream time 2010-03-09 21:03:18 +00:00
audiofxbasefirfilter.h audiofxbasefirfilter: Add property for not draining the history on kernel changes 2010-01-07 17:28:43 +01:00
audiofxbaseiirfilter.c audiofx: Sync properties to the stream time 2010-03-09 21:03:18 +00:00
audiofxbaseiirfilter.h
audioiirfilter.c Work around deprecated thread API in glib master 2011-12-12 09:46:27 +00:00
audioiirfilter.h Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the... 2009-01-13 19:23:57 +00:00
audioinvert.c various (gst): add a missing G_PARAM_STATIC_STRINGS flags 2010-10-13 18:00:28 +03:00
audioinvert.h
audiokaraoke.c Change M_PI to G_PI 2010-12-30 14:20:52 -08:00
audiokaraoke.h
audiopanorama.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
audiopanorama.h
audiowsincband.c Work around deprecated thread API in glib master 2011-12-12 09:46:27 +00:00
audiowsincband.h
audiowsinclimit.c Work around deprecated thread API in glib master 2011-12-12 09:46:27 +00:00
audiowsinclimit.h
Makefile.am android: Make it ready for androgenizer 2011-04-11 01:20:11 +02:00
math_compat.h