mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-26 01:40:28 -05:00
filter-graph: add a null plugin
It discards all input.
This commit is contained in:
parent
a97c4d10af
commit
7f2cce1021
2 changed files with 35 additions and 0 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue