gstreamer/ext/alsa
Wim Taymans 33196cdd2c audio: change audio format syntax a little
Remove the _ in front of the endianness prefix.
Remove the _3 postfix for the 24 bits formats.
Add a _32 postfix after the formats that occupy extra space beyond their
natural size.
The result is that the GST_AUDIO_NE() macro can simply append the endianness
after all formats and that we only specify a different sample width when it is
different from the natural size of the sample. This makes things more consistent
and follows the pulseaudio conventions instead of the alsa ones.
2011-09-06 12:06:39 +02:00
..
gstalsa.c more audio caps porting 2011-08-19 17:41:22 +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: change audio format syntax a little 2011-09-06 12:06:39 +02:00
gstalsasink.h audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gstalsasrc.c audio: change audio format syntax a little 2011-09-06 12:06:39 +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