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 <laszlok2 at gmail dot com>
* 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.
This commit is contained in:
Laszlo Pandy 2008-08-13 12:21:22 +00:00 committed by Sebastian Dröge
parent 04c5ad651d
commit 256aa83574

View file

@ -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