diff --git a/spa/plugins/bluez5/a2dp-codec-aac.c b/spa/plugins/bluez5/a2dp-codec-aac.c index 9d3683c48..194d94a97 100644 --- a/spa/plugins/bluez5/a2dp-codec-aac.c +++ b/spa/plugins/bluez5/a2dp-codec-aac.c @@ -652,8 +652,9 @@ const struct media_codec a2dp_codec_aac = { const struct media_codec a2dp_codec_aac_eld = { .id = SPA_BLUETOOTH_AUDIO_CODEC_AAC_ELD, .codec_id = A2DP_CODEC_MPEG24, - .name = "aac", + .name = "aac_eld", .description = "AAC-ELD", + .endpoint_name = "aac", .fill_caps = NULL, .select_config = codec_select_config, .enum_config = codec_enum_config,