Fix problems found in the review of the broadcast sink support.

This commit is contained in:
Silviu Florian Barbulescu 2023-08-22 14:53:51 +03:00 committed by Wim Taymans
parent 8660066af6
commit 32084ff3c6
3 changed files with 6 additions and 12 deletions

View file

@ -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;
}