baseqroverlay: fix missing GObject vtable chainups
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8452>
This commit is contained in:
parent
b4d0427ffb
commit
f14cb6d704
@ -305,6 +305,8 @@ gst_base_qr_overlay_dispose (GObject * object)
|
|||||||
GstBaseQROverlayPrivate *priv = PRIV (object);
|
GstBaseQROverlayPrivate *priv = PRIV (object);
|
||||||
|
|
||||||
gst_mini_object_replace (((GstMiniObject **) & priv->prev_overlay), NULL);
|
gst_mini_object_replace (((GstMiniObject **) & priv->prev_overlay), NULL);
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* initialize the qroverlay's class */
|
/* initialize the qroverlay's class */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user