From 256aa83574bc0f7cc666f449860570bef5f26275 Mon Sep 17 00:00:00 2001 From: Laszlo Pandy Date: Wed, 13 Aug 2008 12:21:22 +0000 Subject: [PATCH] ext/pulse/pulsemixer.c: Fix property probing after the device property is set by calling set_server when the server p... Original commit message from CVS: Patch by: Laszlo Pandy * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property): Fix property probing after the device property is set by calling set_server when the server property changes. Fixes bug #547518. --- ext/pulse/pulsemixer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pulse/pulsemixer.c b/ext/pulse/pulsemixer.c index a8e2cda2d2..ad724df12d 100644 --- a/ext/pulse/pulsemixer.c +++ b/ext/pulse/pulsemixer.c @@ -171,8 +171,8 @@ gst_pulsemixer_init (GstPulseMixer * this, GstPulseMixerClass * g_class) this->device = NULL; this->probe = - gst_pulseprobe_new (G_OBJECT_GET_CLASS (this), PROP_DEVICE, this->device, - TRUE, TRUE); + gst_pulseprobe_new (G_OBJECT (this), G_OBJECT_GET_CLASS (this), + PROP_DEVICE, this->device, TRUE, TRUE); } static void