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

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