gstreamer/ext/alsa
Wim Taymans dae848818d audio: rework audio caps.
Rework the audio caps similar to the video caps. Remove
width/depth/endianness/signed fields and replace with a simple string
format and media type audio/x-raw.
Create a GstAudioInfo and some helper methods to parse caps.
Remove duplicate code from the ringbuffer and replace with audio info.
Use AudioInfo in the base audio filter class.
Port elements to new API.
2011-08-18 19:15:03 +02: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 alsaprobe: don't abuse the object class lock 2010-12-07 11:30:55 +01: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 alsamixer: Store return values of poll functions in a signed integer 2011-03-15 19:48:21 +01:00
gstalsamixer.h alsa: don't use GstImplementsInterface 2011-06-26 22:58:17 +01:00
gstalsamixerelement.c alsa: don't use GstImplementsInterface 2011-06-26 22:58:17 +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 ext: Use G_DEFINE_TYPE instead of GST_BOILERPLATE 2011-04-19 14:22:42 +02: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 audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gstalsasink.h audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gstalsasrc.c audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gstalsasrc.h audio: rework audio caps. 2011-08-18 19:15:03 +02:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00