From e9b479383e1ba9736502dc6859cad383a791a0c3 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sun, 7 Sep 2014 23:10:29 +0200 Subject: Add missed ext-stream flags --- backends/pulse/pulse-ext-stream.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = -- cgit v1.2.1