]> git.sesse.net Git - vlc/commit
PulseAudio: higher priority than ALSA
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 2 Sep 2009 16:44:55 +0000 (19:44 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 12 Sep 2009 13:10:13 +0000 (16:10 +0300)
commit7c4ca246a6be1d76bca3482893d5e1b35c5c7fb9
tree0952103db5da6ae312e3d3d6f118ee0fee6440dc
parent437edb1f25ae2d8781a8f5416e48bc205918e916
PulseAudio: higher priority than ALSA

Without this, the PulseAudio output is completely useless. PulseAudio
provides ALSA emulation, so VLC would always use ALSA. Now, it will use
ALSA if PulseAudio is not available, but avoid the PulseAudio ALSA
emulation which makes more sense. Either way, if your PulseAudio setup
is broken, you are screwed - this change makes no difference.
modules/audio_output/pulse.c