mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
pod: rename context to flags in spa_pod_prop
Flags are more useful when we can use them to describe how to filter properties later.
This commit is contained in:
parent
e620412034
commit
18974f90f6
3 changed files with 4 additions and 4 deletions
|
|
@ -193,7 +193,7 @@ struct spa_pod_fd {
|
|||
struct spa_pod_prop {
|
||||
uint32_t key; /**< key of property, list of valid keys depends on the
|
||||
* object type */
|
||||
uint32_t context; /**< context for property */
|
||||
uint32_t flags; /**< flags for property */
|
||||
struct spa_pod value;
|
||||
/* value follows */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue