mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-28 01:40:43 -05:00
props: add container property to PROP_INFO
So we can mark a property should be inside a container. Use this info in pw_stream to construct properties.
This commit is contained in:
parent
e995d3a832
commit
73e0bb255a
4 changed files with 10 additions and 7 deletions
|
|
@ -42,6 +42,7 @@ enum spa_prop_info {
|
|||
* is of the type of the property, the second
|
||||
* one is a string with a user readable label
|
||||
* for the value. */
|
||||
SPA_PROP_INFO_container, /**< type of container if any */
|
||||
};
|
||||
|
||||
/** predefined properties for SPA_TYPE_OBJECT_Props */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue