From b9e004261b979b885e7348484e302176b30d5b54 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Thu, 23 Oct 2014 15:21:55 +0200 Subject: pulse: Fully process asynchronous sink/source updates Fixes asynchronous updates of mute and volume --- backends/pulse/pulse-sink.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/pulse/pulse-sink.c') diff --git a/backends/pulse/pulse-sink.c b/backends/pulse/pulse-sink.c index aedd5c8..d71ac47 100644 --- a/backends/pulse/pulse-sink.c +++ b/backends/pulse/pulse-sink.c @@ -229,6 +229,8 @@ pulse_sink_update (PulseSink *sink, const pa_sink_info *info) info->active_port->name); sink->priv->monitor = info->monitor_source; + + pulse_sink_control_update (sink->priv->control, info); } guint32 -- cgit v1.2.1