Comment 8 for bug 1632620

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: No audio from webbrowser-app in 16.10 U8 or U7 session

<chrisccoulson> oSoMoN, ah, so AudioManagerPulse fails to initialize, and then it tries to create AudioManagerAlsa before the unique_ptr instance holding AudioManagerPulse goes out of scope
<chrisccoulson> that makes sense
<chrisccoulson> that means chromium's fallback is buggy though, as AudioManager::Get() will always return nullptr if the pulseaudio path fails
<chrisccoulson> But, the root cause is confinement related