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

@ -1069,9 +1069,6 @@ static int emit_nodes(struct impl *this)
emit_dynamic_node(&this->dyn_media_source, this, t,
DEVICE_ID_SOURCE, SPA_NAME_API_BLUEZ5_MEDIA_SOURCE, false);
}
if (this->device_set.leader && this->device_set.sources > 0)
emit_device_set_node(this, DEVICE_ID_SOURCE_SET);
}
if (get_supported_media_codec(this, this->props.codec, NULL) == NULL)