stream: trigger the right process function

Depending on the direction of the stream.
This commit is contained in:
Wim Taymans 2021-05-11 13:02:40 +02:00
parent d08b6fac6b
commit 80cf968ae7

View file

@ -1932,7 +1932,7 @@ do_process(struct spa_loop *loop,
bool async, uint32_t seq, const void *data, size_t size, void *user_data)
{
struct stream *impl = user_data;
int res = impl_node_process_output(impl);
int res = impl->node_methods.process(impl);
return spa_node_call_ready(&impl->callbacks, res);
}