mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
pw-top: fix version constant used for pw_node_events
This changes the value declared (3 currently versus 0 following this patch). I have not seen code checking this version number. Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
parent
0e44f5ef97
commit
38157a8937
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ done:
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct pw_node_events node_events = {
|
static const struct pw_node_events node_events = {
|
||||||
PW_VERSION_NODE,
|
PW_VERSION_NODE_EVENTS,
|
||||||
.info = node_info,
|
.info = node_info,
|
||||||
.param = node_param,
|
.param = node_param,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue