mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -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
|
|
@ -167,7 +167,7 @@ static void codec_deinit(void *data)
|
|||
}
|
||||
|
||||
struct a2dp_codec a2dp_codec_aac = {
|
||||
.codec_id = A2DP_CODEC_MPEG24,
|
||||
.id = {.codec_id = A2DP_CODEC_MPEG24},
|
||||
.name = "aac",
|
||||
.description = "AAC",
|
||||
.fill_caps = codec_fill_caps,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue