mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: add ldac codec
This commit is contained in:
parent
3363544d05
commit
dd8573a5c2
6 changed files with 340 additions and 15 deletions
|
|
@ -1331,6 +1331,7 @@ static DBusHandlerResult object_manager_handler(DBusConnection *c, DBusMessage *
|
|||
if (caps_size < 0)
|
||||
continue;
|
||||
|
||||
spa_log_info(monitor->log, "register A2DP codec %s", a2dp_codecs[i]->name);
|
||||
endpoint = spa_aprintf("%s/%s", A2DP_SINK_ENDPOINT, codec->name);
|
||||
append_a2dp_object(&array, endpoint, SPA_BT_UUID_A2DP_SINK, codec_id, caps, caps_size);
|
||||
free(endpoint);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue