mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
small cleanups
This commit is contained in:
parent
33a322b96e
commit
99d94044d1
4 changed files with 3 additions and 19 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue