filter: fix -UFASTPATH compilation

This commit is contained in:
Wim Taymans 2024-04-10 18:28:18 +02:00
parent 6aa690fa8d
commit 66ba147bfc

View file

@ -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) {