mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Fix problems found in the review of the broadcast sink support.
This commit is contained in:
parent
8660066af6
commit
32084ff3c6
3 changed files with 6 additions and 12 deletions
|
|
@ -319,7 +319,7 @@ static struct stream *stream_create(struct spa_bt_transport *t, struct group *gr
|
|||
if((t->profile == SPA_BT_PROFILE_BAP_SINK) ||
|
||||
(t->profile == SPA_BT_PROFILE_BAP_BROADCAST_SINK)) {
|
||||
sink = true;
|
||||
} else{
|
||||
} else {
|
||||
sink = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue