node: keep track of spa flags

This commit is contained in:
Wim Taymans 2019-08-06 12:34:52 +02:00
parent 8982e157c4
commit f29d098074
2 changed files with 5 additions and 0 deletions

View file

@ -395,6 +395,8 @@ struct pw_node {
struct pw_node_info info; /**< introspectable node info */
struct spa_param_info params[MAX_PARAMS];
uint32_t spa_flags;
unsigned int registered:1;
unsigned int active:1; /**< if the node is active */
unsigned int live:1; /**< if the node is live */