filter: change_mask is 64 bits

This commit is contained in:
Wim Taymans 2023-02-13 17:21:58 +01:00
parent 2469a69f98
commit c6a977f793
2 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@ struct port {
struct pw_properties *props;
uint32_t change_mask_all;
uint64_t change_mask_all;
struct spa_port_info info;
struct spa_list param_list;
#define PORT_EnumFormat 0
@ -142,7 +142,7 @@ struct filter {
struct spa_list port_list;
struct pw_map ports[2];
uint32_t change_mask_all;
uint64_t change_mask_all;
struct spa_node_info info;
struct spa_list param_list;
#define NODE_PropInfo 0

View file

@ -123,7 +123,7 @@ struct stream {
struct spa_io_position *position;
} rt;
uint32_t port_change_mask_all;
uint64_t port_change_mask_all;
struct spa_port_info port_info;
struct pw_properties *port_props;
#define PORT_EnumFormat 0
@ -137,7 +137,7 @@ struct stream {
struct spa_list param_list;
uint32_t change_mask_all;
uint64_t change_mask_all;
struct spa_node_info info;
#define NODE_PropInfo 0
#define NODE_Props 1