adapter: also forward the RequestProcess events

This commit is contained in:
Wim Taymans 2024-09-16 17:01:50 +02:00
parent 41f9abc733
commit 563186eff6
2 changed files with 4 additions and 2 deletions

View file

@ -1386,7 +1386,8 @@ static void follower_event(void *data, const struct spa_event *event)
switch (SPA_NODE_EVENT_ID(event)) {
case SPA_NODE_EVENT_Error:
/* Forward errors */
case SPA_NODE_EVENT_RequestProcess:
/* Forward errors and process requests */
spa_node_emit_event(&this->hooks, event);
break;
default: