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:
Wim Taymans 2026-03-12 17:25:36 +01:00
parent 16bde0c61d
commit e4e5f62d44
3 changed files with 32 additions and 30 deletions

View file

@ -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);