mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
pulse: Chain up dispose() in pulseaudiosink
This commit is contained in:
parent
f4506d5181
commit
6a8af50111
1 changed files with 2 additions and 0 deletions
|
@ -483,6 +483,8 @@ gst_pulse_audio_sink_dispose (GObject * object)
|
||||||
|
|
||||||
pbin->sinkpad = NULL;
|
pbin->sinkpad = NULL;
|
||||||
pbin->psink = NULL;
|
pbin->psink = NULL;
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
Loading…
Reference in a new issue