mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: take type from info
This commit is contained in:
parent
b6efcd90a7
commit
18c57efb39
2 changed files with 2 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ struct pw_manager_object {
|
|||
struct spa_list link; /**< link in manager object_list */
|
||||
uint32_t id;
|
||||
uint32_t permissions;
|
||||
char *type;
|
||||
const char *type;
|
||||
uint32_t version;
|
||||
struct pw_properties *props;
|
||||
struct pw_proxy *proxy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue