Use RegisterApplication in bluez5 for A2DP if possible

This commit is contained in:
Grzegorz Uriasz 2020-11-01 21:56:44 +01:00 committed by Wim Taymans
parent 5c749cf7c3
commit c1530ba171
5 changed files with 339 additions and 74 deletions

View file

@ -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,