mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Add set_active method on node
Require that nodes need to be activated before they are scheduled. Make method to activate remote node. Add method to pause/resume stream.
This commit is contained in:
parent
acfdc63f26
commit
d96d40e30a
19 changed files with 135 additions and 46 deletions
|
|
@ -65,6 +65,7 @@ bool pipewire__module_init(struct pw_module *module, const char *args)
|
|||
NULL,
|
||||
pw_module_get_global(module),
|
||||
argv[0], argv[1], argv[2],
|
||||
PW_SPA_NODE_FLAG_ACTIVATE,
|
||||
props, 0);
|
||||
|
||||
pw_free_strv(argv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue