gstreamer/ext/alsa
Guillaume Desmottes 6e7fa6659f alsa: properly convert position-less channels from ALSA
The only way for ALSA to expose a position-less multi channels is to
return an array full of SND_CHMAP_MONO. Converting this to a
GST_AUDIO_CHANNEL_POSITION_MONO array would be invalid as
GST_AUDIO_CHANNEL_POSITION_MONO is meant to be used only with one
channel.

Fix this by using GST_AUDIO_CHANNEL_POSITION_NONE which is meant to be
used for position-less channels.

https://bugzilla.gnome.org/show_bug.cgi?id=763799
2016-04-12 14:48:30 -04:00
..
gstalsa.c alsa: properly convert position-less channels from ALSA 2016-04-12 14:48:30 -04:00
gstalsa.h alsa: factor out alsa_detect_channels_mapping() 2016-04-12 14:34:13 -04:00
gstalsadeviceprobe.c Fix FSF address 2012-11-03 23:05:09 +00:00
gstalsadeviceprobe.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstalsamidisrc.c base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
gstalsamidisrc.h midi: add an ALSA MIDI sequencer source 2015-10-01 21:43:21 +02:00
gstalsaplugin.c midi: add an ALSA MIDI sequencer source 2015-10-01 21:43:21 +02:00
gstalsasink.c alsa: factor out alsa_detect_channels_mapping() 2016-04-12 14:34:13 -04:00
gstalsasink.h alsasink: don't use 100% CPU 2013-01-24 15:08:31 +01:00
gstalsasrc.c alsa: factor out alsa_detect_channels_mapping() 2016-04-12 14:34:13 -04:00
gstalsasrc.h ext: Fix some compilation errors caused by circular header includes 2012-12-12 17:22:31 +00:00
Makefile.am midi: add an ALSA MIDI sequencer source 2015-10-01 21:43:21 +02:00