pulse-server: take type from info

This commit is contained in:
Wim Taymans 2020-11-09 09:41:12 +01:00
parent b6efcd90a7
commit 18c57efb39
2 changed files with 2 additions and 3 deletions

View file

@ -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;