pulse: don't try to do set_param when not writable

This commit is contained in:
Wim Taymans 2020-07-16 13:25:03 +02:00
parent cbc579825c
commit ac97175380
3 changed files with 16 additions and 0 deletions

View file

@ -243,6 +243,7 @@ struct global_info {
struct global {
struct spa_list link;
uint32_t id;
uint32_t permissions;
char *type;
struct pw_properties *props;