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:
parent
04c5ad651d
commit
256aa83574
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user