mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
introspect: fix enum
This commit is contained in:
parent
795b14f48b
commit
2d3f30fb96
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ struct pw_link_info {
|
|||
#define PW_LINK_CHANGE_MASK_OUTPUT (1 << 0)
|
||||
#define PW_LINK_CHANGE_MASK_INPUT (1 << 1)
|
||||
#define PW_LINK_CHANGE_MASK_STATE (1 << 2)
|
||||
#define PW_LINK_CHANGE_MASK_FORMAT (1 << 4)
|
||||
#define PW_LINK_CHANGE_MASK_FORMAT (1 << 3)
|
||||
#define PW_LINK_CHANGE_MASK_PROPS (1 << 4)
|
||||
uint64_t change_mask; /**< bitfield of changed fields since last call */
|
||||
uint32_t output_node_id; /**< server side output node id */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue