mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-20 01:40:28 -05:00
pipewire: allow setting metadata on more objects
The wireplumber unit test sets metadata on object 15, which happens to be a module. Allow metadata on other objects for now. It would be nice to disallow this in the future, though.
This commit is contained in:
parent
390f6c9cb8
commit
6e70fe459d
4 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ extern "C" {
|
|||
*/
|
||||
#define PW_TYPE_INTERFACE_Module PW_TYPE_INFO_INTERFACE_BASE "Module"
|
||||
|
||||
#define PW_MODULE_PERM_MASK PW_PERM_R
|
||||
#define PW_MODULE_PERM_MASK PW_PERM_R|PW_PERM_M
|
||||
|
||||
#define PW_VERSION_MODULE 3
|
||||
struct pw_module;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue