mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
filter: fix -UFASTPATH compilation
This commit is contained in:
parent
6aa690fa8d
commit
66ba147bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -1019,7 +1019,7 @@ static int impl_node_process(void *object)
|
||||||
bool drained = true;
|
bool drained = true;
|
||||||
int res = 0;
|
int res = 0;
|
||||||
|
|
||||||
pw_log_trace_fp("%p: do process %p", impl, impl->rt.position);
|
pw_log_trace_fp("%p: do process %p", impl, impl->this.node->rt.position);
|
||||||
|
|
||||||
/** first dequeue and recycle buffers */
|
/** first dequeue and recycle buffers */
|
||||||
spa_list_for_each(p, &impl->port_list, link) {
|
spa_list_for_each(p, &impl->port_list, link) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue