mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
filter: change_mask is 64 bits
This commit is contained in:
parent
2469a69f98
commit
c6a977f793
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue