mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gme: fix missing dispose chaining to parent class
Not compiled, I do not have the necessary dependencies.
This commit is contained in:
parent
83878ec6ef
commit
98d10913de
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ gst_gme_dec_dispose (GObject * object)
|
|||
g_object_unref (gme->adapter);
|
||||
gme->adapter = NULL;
|
||||
}
|
||||
|
||||
GST_CALL_PARENT (G_OBJECT_CLASS, dispose, (object));
|
||||
}
|
||||
|
||||
static GstFlowReturn
|
||||
|
|
Loading…
Reference in a new issue