mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-26 07:58:03 -04:00
impl-node: accept more node.passive values
So that we can set separate values for in and out ports. The node.passive=follow mode is a good idea for a filter.
This commit is contained in:
parent
16bde0c61d
commit
e4e5f62d44
3 changed files with 32 additions and 30 deletions
|
|
@ -108,6 +108,7 @@ int main(int argc, char *argv[])
|
|||
PW_KEY_MEDIA_TYPE, "Audio",
|
||||
PW_KEY_MEDIA_CATEGORY, "Filter",
|
||||
PW_KEY_MEDIA_ROLE, "DSP",
|
||||
PW_KEY_NODE_PASSIVE, "follow",
|
||||
NULL),
|
||||
&filter_events,
|
||||
&data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue