mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
bluez5: deprioritize AAC-ELD since it's untested
The AAC-ELD support was not properly tested on devices. In theory it should be OK, but it's untested. Bump it down in priority so it won't be selected by default. Also log info on FDK-AAC AAC-ELD support status.
This commit is contained in:
parent
c224010773
commit
db7b764bf2
2 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ done:
|
|||
if (aacenc)
|
||||
aacEncClose(&aacenc);
|
||||
checked = true;
|
||||
spa_log_debug(log, "FDK-AAC AAC-ELD support:%d", (int)supported);
|
||||
return supported;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue