mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
Use RegisterApplication in bluez5 for A2DP if possible
This commit is contained in:
parent
5c749cf7c3
commit
c1530ba171
5 changed files with 339 additions and 74 deletions
|
|
@ -397,7 +397,7 @@ static int codec_decode(void *data,
|
|||
}
|
||||
|
||||
struct a2dp_codec a2dp_codec_sbc = {
|
||||
.codec_id = A2DP_CODEC_SBC,
|
||||
.id = {.codec_id = A2DP_CODEC_SBC},
|
||||
.name = "sbc",
|
||||
.description = "SBC",
|
||||
.fill_caps = codec_fill_caps,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue