mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue