mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
adapter: also forward the RequestProcess events
This commit is contained in:
parent
41f9abc733
commit
563186eff6
2 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue