summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsemixer.c
diff options
context:
space:
mode:
authorLaszlo Pandy <laszlok2@gmail.com>2008-08-13 12:21:22 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-13 12:21:22 +0000
commit256aa83574bc0f7cc666f449860570bef5f26275 (patch)
tree93d87e99733bdb1ec4bfe2ab3789dd8b86b678bf /ext/pulse/pulsemixer.c
parent04c5ad651d3cd0a72af72077ebebf697a435d6ee (diff)
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.
Diffstat (limited to 'ext/pulse/pulsemixer.c')
-rw-r--r--ext/pulse/pulsemixer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pulse/pulsemixer.c b/ext/pulse/pulsemixer.c
index a8e2cda2..ad724df1 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