small cleanups

This commit is contained in:
Wim Taymans 2018-03-21 09:15:41 +01:00
parent 33a322b96e
commit 99d94044d1
4 changed files with 3 additions and 19 deletions

View file

@ -110,7 +110,7 @@ struct spa_graph_node {
struct spa_list link; /**< link in graph nodes list */
struct spa_graph *graph; /**< owner graph */
struct spa_list ports[2]; /**< list of input and output ports */
struct spa_list links; /**< list of links */
struct spa_list links; /**< list of links to next nodes */
uint32_t flags; /**< node flags */
struct spa_graph_state *state; /**< state of the node */
struct spa_graph_link graph_link; /**< link in graph */