mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-13 05:33:55 -04: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
|
|
@ -35,10 +35,9 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
enum pw_spa_node_flags {
|
||||
PW_SPA_NODE_FLAG_DISABLE = (1 << 0),
|
||||
PW_SPA_NODE_FLAG_ACTIVATE = (1 << 1),
|
||||
PW_SPA_NODE_FLAG_NO_REGISTER = (1 << 2),
|
||||
PW_SPA_NODE_FLAG_ASYNC = (1 << 3),
|
||||
PW_SPA_NODE_FLAG_ACTIVATE = (1 << 0),
|
||||
PW_SPA_NODE_FLAG_NO_REGISTER = (1 << 1),
|
||||
PW_SPA_NODE_FLAG_ASYNC = (1 << 2),
|
||||
};
|
||||
|
||||
struct pw_node *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue