mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 02:58:24 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@ gst_pulsemixer_init (GstPulseMixer * this, GstPulseMixerClass * g_class)
|
||||||
this->device = NULL;
|
this->device = NULL;
|
||||||
|
|
||||||
this->probe =
|
this->probe =
|
||||||
gst_pulseprobe_new (G_OBJECT_GET_CLASS (this), PROP_DEVICE, this->device,
|
gst_pulseprobe_new (G_OBJECT (this), G_OBJECT_GET_CLASS (this),
|
||||||
TRUE, TRUE);
|
PROP_DEVICE, this->device, TRUE, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue