summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/pulse/pulsemixer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pulse/pulsemixer.c b/ext/pulse/pulsemixer.c
index edd3bb25..a8e2cda2 100644
--- a/ext/pulse/pulsemixer.c
+++ b/ext/pulse/pulsemixer.c
@@ -207,15 +207,15 @@ gst_pulsemixer_set_property (GObject * object,
case PROP_SERVER:
g_free (this->server);
this->server = g_value_dup_string (value);
+
+ if (this->probe)
+ gst_pulseprobe_set_server (this->probe, this->server);
+
break;
case PROP_DEVICE:
g_free (this->device);
this->device = g_value_dup_string (value);
-
- if (this->probe)
- gst_pulseprobe_set_server (this->probe, this->device);
-
break;
default: