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:
Pauli Virtanen 2024-01-31 21:40:26 +02:00 committed by Wim Taymans
parent c224010773
commit db7b764bf2
2 changed files with 2 additions and 1 deletions

View file

@ -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;
}