mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: fix media-sink for A2DP
It's always Audio/Sink for A2DP, never stream.
This commit is contained in:
parent
13eb00fd44
commit
101287159e
1 changed files with 2 additions and 0 deletions
|
|
@ -1786,6 +1786,8 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
|
||||
if (this->codec->bap)
|
||||
this->is_output = this->transport->bap_initiator;
|
||||
else
|
||||
this->is_output = true;
|
||||
|
||||
reset_props(this, &this->props);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue