mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: avoid adding new codec endpoint
This commit is contained in:
parent
abf9725be1
commit
e04fbb9f2a
1 changed files with 2 additions and 2 deletions
|
|
@ -652,9 +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_eld",
|
||||
.name = "aac",
|
||||
.description = "AAC-ELD",
|
||||
.fill_caps = codec_fill_caps,
|
||||
.fill_caps = NULL,
|
||||
.select_config = codec_select_config,
|
||||
.enum_config = codec_enum_config,
|
||||
.validate_config = codec_validate_config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue