mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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 = {
|
const struct media_codec a2dp_codec_aac_eld = {
|
||||||
.id = SPA_BLUETOOTH_AUDIO_CODEC_AAC_ELD,
|
.id = SPA_BLUETOOTH_AUDIO_CODEC_AAC_ELD,
|
||||||
.codec_id = A2DP_CODEC_MPEG24,
|
.codec_id = A2DP_CODEC_MPEG24,
|
||||||
.name = "aac",
|
.name = "aac_eld",
|
||||||
.description = "AAC-ELD",
|
.description = "AAC-ELD",
|
||||||
|
.endpoint_name = "aac",
|
||||||
.fill_caps = NULL,
|
.fill_caps = NULL,
|
||||||
.select_config = codec_select_config,
|
.select_config = codec_select_config,
|
||||||
.enum_config = codec_enum_config,
|
.enum_config = codec_enum_config,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue