mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
port: don't keep port flags
Always query the port flags when we need them because they can change and there is therefore no need to keep them around.
This commit is contained in:
parent
2b096993ed
commit
87d30a0e04
3 changed files with 13 additions and 12 deletions
|
|
@ -403,7 +403,6 @@ struct pw_port {
|
|||
|
||||
enum pw_direction direction; /**< port direction */
|
||||
uint32_t port_id; /**< port id */
|
||||
struct spa_port_info spa_info;
|
||||
|
||||
struct pw_properties *properties; /**< properties of the port */
|
||||
struct pw_port_info info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue