gstreamer/ext/alsa
Tim-Philipp Müller 0d98aa25b8 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.

Replace g_thread_create() with g_thread_try_new().
2011-12-04 17:16:30 +00:00
..
gstalsa.c alsa: add method to retrieve the card name 2010-08-18 16:42:13 +02:00
gstalsa.h alsa: add method to retrieve the card name 2010-08-18 16:42:13 +02:00
gstalsadeviceprobe.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gstalsadeviceprobe.h ext/alsa/: Clean up and simplify alsa device probing. Make it actually work for multiple classes. Don't cache results... 2006-05-18 17:19:39 +00:00
gstalsamixer.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gstalsamixer.h Fixes: #152864 2007-07-21 09:21:12 +00:00
gstalsamixerelement.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-16 17:41:50 +01:00
gstalsamixerelement.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsamixeroptions.c gst-libs/gst/interfaces/mixertrack.c: API: Add "index" property to GstMixerTrack to differantiate between multiple mi... 2008-06-26 06:03:38 +00:00
gstalsamixeroptions.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsamixertrack.c gst-libs/gst/interfaces/mixertrack.c: API: Add "index" property to GstMixerTrack to differantiate between multiple mi... 2008-06-26 06:03:38 +00:00
gstalsamixertrack.h ext/alsa/: Improve and fix mixer track handling, in particular better handling of alsa's pvolume/pswitch/cvolume/cswi... 2006-08-29 11:50:51 +00:00
gstalsaplugin.c More ENABLE_NLS fixes 2010-03-16 18:31:15 +01:00
gstalsasink.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gstalsasink.h ext/alsa/gstalsa.c: Probe for IEC958 pcm to detect if we can do SPDIF output. 2008-02-29 18:44:36 +00:00
gstalsasrc.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gstalsasrc.h Revert "alsasrc: Improve timestamp accuracy" 2011-11-30 23:15:35 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00