diff options
author | Michal Ratajsky <[email protected]> | 2014-09-07 23:10:29 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-09-07 23:10:29 +0200 |
commit | e9b479383e1ba9736502dc6859cad383a791a0c3 (patch) | |
tree | a518e1b6d4139637207c4bb1d61c5e822cfd1aed /backends/pulse/pulse-ext-stream.c | |
parent | bbc396a44ab07df63e1a755c36ef7c210475d7c5 (diff) | |
download | libmatemixer-e9b479383e1ba9736502dc6859cad383a791a0c3.tar.bz2 libmatemixer-e9b479383e1ba9736502dc6859cad383a791a0c3.tar.xz |
Add missed ext-stream flags
Diffstat (limited to 'backends/pulse/pulse-ext-stream.c')
-rw-r--r-- | backends/pulse/pulse-ext-stream.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/pulse/pulse-ext-stream.c b/backends/pulse/pulse-ext-stream.c index 5d7863a..48b11d1 100644 --- a/backends/pulse/pulse-ext-stream.c +++ b/backends/pulse/pulse-ext-stream.c @@ -236,7 +236,9 @@ pulse_ext_stream_new (PulseConnection *connection, gchar *suffix; MateMixerAppInfo *app_info = NULL; MateMixerDirection direction; - MateMixerStreamControlFlags flags = MATE_MIXER_STREAM_CONTROL_MOVABLE | + MateMixerStreamControlFlags flags = MATE_MIXER_STREAM_CONTROL_MUTE_READABLE | + MATE_MIXER_STREAM_CONTROL_MUTE_WRITABLE | + MATE_MIXER_STREAM_CONTROL_MOVABLE | MATE_MIXER_STREAM_CONTROL_STORED; MateMixerStreamControlRole role = MATE_MIXER_STREAM_CONTROL_ROLE_UNKNOWN; MateMixerStreamControlMediaRole media_role = |