Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sailfishos][embedlite] Define "pulse" as cubeb backend. Fixes JB#52414
Without this initialization cubeb_init on cubeb.c fails to initialize
pulse audio backend. Due to that setting for instance volume level
was failing.
  • Loading branch information
rainemak committed Dec 12, 2020
1 parent 5d9e0c7 commit ba5bb6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -432,3 +432,6 @@ pref("security.mixed_content.block_active_content", true);
pref("security.cert_pinning.enforcement_level", 1);
// Only fetch OCSP for EV certificates
pref("security.OCSP.enabled", 2);

// The audio backend, see cubeb_init && CubebUtils.cpp (sCubebBackendName)
user_pref("media.cubeb.backend", "pulse");

0 comments on commit ba5bb6c

Please sign in to comment.