]> git.sesse.net Git - vlc/commit
ALSA: warn user on current alsa-lib versions if re-open fails
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 10 Nov 2009 20:45:56 +0000 (22:45 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 10 Nov 2009 20:45:56 +0000 (22:45 +0200)
commitf4cae1c6485e9f84d2e9c625ec334b96b1937737
treee5fce662a687d559e71a557296a498f69bae878b
parent69329f79757c60cf5cef589c98c7dec03cdf221d
ALSA: warn user on current alsa-lib versions if re-open fails

This bug is fixed in alsa-lib git repository. Depending on the
underlying ALSA driver, re-opening the sound card might fail if VLC
forked and executed another process. This is especially bad with
xdg-screensaver, although this could affect other -earlier- usages
of fork+exec or posix_spawn.
modules/audio_output/alsa.c