mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
node: remove obsolete enabled state
We will create/destroy nodes instead of enabled/disable
This commit is contained in:
parent
24f6fc2a34
commit
9b1da77bfc
6 changed files with 4 additions and 48 deletions
|
|
@ -87,8 +87,6 @@ static void complete_init(struct impl *impl)
|
|||
struct pw_node *this = impl->this;
|
||||
|
||||
impl->init_pending = SPA_ID_INVALID;
|
||||
if (SPA_FLAG_CHECK(impl->flags, PW_SPA_NODE_FLAG_DISABLE))
|
||||
pw_node_set_enabled(this, false);
|
||||
|
||||
if (SPA_FLAG_CHECK(impl->flags, PW_SPA_NODE_FLAG_ACTIVATE))
|
||||
pw_node_set_active(this, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue