mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
discoverer: Chain dispose() up to parent class
This commit is contained in:
parent
8d2b69384a
commit
8fc424bcbf
1 changed files with 2 additions and 0 deletions
|
@ -360,6 +360,8 @@ gst_discoverer_dispose (GObject * obj)
|
||||||
gst_query_unref (dc->priv->seeking_query);
|
gst_query_unref (dc->priv->seeking_query);
|
||||||
dc->priv->seeking_query = NULL;
|
dc->priv->seeking_query = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (gst_discoverer_parent_class)->dispose (obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue