summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-09-07 23:10:29 +0200
committerMichal Ratajsky <[email protected]>2014-09-07 23:10:29 +0200
commite9b479383e1ba9736502dc6859cad383a791a0c3 (patch)
treea518e1b6d4139637207c4bb1d61c5e822cfd1aed
parentbbc396a44ab07df63e1a755c36ef7c210475d7c5 (diff)
downloadlibmatemixer-e9b479383e1ba9736502dc6859cad383a791a0c3.tar.bz2
libmatemixer-e9b479383e1ba9736502dc6859cad383a791a0c3.tar.xz
Add missed ext-stream flags
-rw-r--r--backends/pulse/pulse-ext-stream.c4
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 =