mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +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->psink = NULL;
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue