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:
Wim Taymans 2019-11-15 12:02:00 +01:00
parent e620412034
commit 18974f90f6
3 changed files with 4 additions and 4 deletions

View file

@ -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 */
};