mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez5: correct endpoint name
This commit is contained in:
parent
e04fbb9f2a
commit
99b180f838
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue