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
@ -172,6 +172,8 @@ gst_gme_dec_dispose (GObject * object)
|
|||||||
g_object_unref (gme->adapter);
|
g_object_unref (gme->adapter);
|
||||||
gme->adapter = NULL;
|
gme->adapter = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GST_CALL_PARENT (G_OBJECT_CLASS, dispose, (object));
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user