mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
context: make a new node.max-latency property
node.latency also influences the pipeline latency in that it can push the latency above the default value. node.max-latency, instead, is only used to clamp the final latency of the pipeline.
This commit is contained in:
parent
4389e44903
commit
c8804c3d6d
7 changed files with 38 additions and 11 deletions
|
|
@ -657,6 +657,8 @@ struct pw_impl_node {
|
|||
|
||||
struct spa_fraction latency; /**< requested latency */
|
||||
uint32_t quantum_size; /**< desired quantum */
|
||||
struct spa_fraction max_latency; /**< miximum latency */
|
||||
uint32_t max_quantum_size; /**< max supported quantum */
|
||||
struct spa_source source; /**< source to remotely trigger this node */
|
||||
struct pw_memblock *activation;
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue