Replace Pipewire with PipeWire for consistency

And set up a CI job to check for that.
This commit is contained in:
Peter Hutterer 2021-07-14 15:41:58 +10:00
parent 4732aea0c6
commit 257fd83f65
20 changed files with 28 additions and 20 deletions

View file

@ -3039,7 +3039,7 @@ static int adapter_register_endpoints(struct spa_bt_adapter *a)
if (!a->endpoints_registered) {
/* Should never happen as SBC support is always enabled */
spa_log_error(monitor->log, "Broken Pipewire build - unable to locate SBC codec");
spa_log_error(monitor->log, "Broken PipeWire build - unable to locate SBC codec");
err = -ENOSYS;
}