mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
node: improve debug of activation area
This commit is contained in:
parent
c5be7642a3
commit
02dc407752
3 changed files with 76 additions and 44 deletions
|
|
@ -386,7 +386,7 @@ struct pw_impl_module {
|
|||
};
|
||||
|
||||
struct pw_node_activation_state {
|
||||
int status; /**< current status */
|
||||
int status; /**< current status, the result of spa_node_process() */
|
||||
int32_t required; /**< required number of signals */
|
||||
int32_t pending; /**< number of pending signals */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue