mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
media-session: express quantum relative to rate
This commit is contained in:
parent
9417cdd9e6
commit
70b04da723
3 changed files with 19 additions and 18 deletions
|
|
@ -774,7 +774,7 @@ static int impl_node_process(struct spa_node *node)
|
|||
int status, trigger;
|
||||
|
||||
impl->ctrl.min_size = impl->ctrl.max_size =
|
||||
impl->this.node->driver_node->rt.quantum->size;
|
||||
impl->this.node->driver_node->rt.quantum->size * sizeof(float);
|
||||
|
||||
spa_log_trace(this->log, "%p: process %d", this, impl->ctrl.max_size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue