mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
bluez5: don't create aptx-ll/faststream sink endpoints
We don't currently implement encoding for the duplex channel for these codecs, so they are not fully functional as A2DP sinks, and their main use is anyway with headphones. Also, the number of endpoints in BlueZ appears to be limited, and appears to be counted across all adapters. Unclear whether this comes from AVDTP limitation, but currently plugging in a second BT adapter causes the second media application registration to fail. This change reduces the number of endpoints enough so that registration succeeds for two adapters.
This commit is contained in:
parent
d1f521af40
commit
63ba9f98ba
2 changed files with 2 additions and 6 deletions
|
|
@ -661,8 +661,6 @@ const struct a2dp_codec a2dp_codec_aptx_hd = {
|
|||
.abr_process = codec_abr_process, \
|
||||
.start_encode = codec_start_encode, \
|
||||
.encode = codec_encode, \
|
||||
.start_decode = codec_start_decode, \
|
||||
.decode = codec_decode, \
|
||||
.reduce_bitpool = codec_reduce_bitpool, \
|
||||
.increase_bitpool = codec_increase_bitpool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue