filter-graph: add a null plugin

It discards all input.
This commit is contained in:
Wim Taymans 2026-01-21 16:14:45 +01:00
parent a97c4d10af
commit 7f2cce1021
2 changed files with 35 additions and 0 deletions

View file

@ -682,6 +682,10 @@ extern struct spa_handle_factory spa_filter_graph_factory;
* - `cpu-percent` the percentage of time to keep the CPU busy. This keeps both the
* graph and CPU busy. Default 0.0
*
* ### Null
*
* The `null` plugin has one data input "In" and one control input "Control" that
* simply discards the data.
*
* ## SOFA filters
*