mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
vulkan: fix compilation
This commit is contained in:
parent
ae7ec595a2
commit
69251948ee
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ static int impl_node_process(void *object)
|
|||
SPA_FLAG_SET(b->flags, BUFFER_FLAG_OUT);
|
||||
this->state.streams[outport->stream_id].pending_buffer_id = b->id;
|
||||
|
||||
this->state.constants.time += 0.025;
|
||||
this->state.constants.time += 0.025f;
|
||||
this->state.constants.frame++;
|
||||
|
||||
spa_log_debug(this->log, "filter into %d", b->id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue