dshowdeviceprovider: fix missing GObject vtable chainups
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8452>
This commit is contained in:
parent
33fc2d9c65
commit
a2059c1bb3
@ -76,6 +76,8 @@ static void
|
|||||||
gst_dshow_device_provider_dispose (GObject * gobject)
|
gst_dshow_device_provider_dispose (GObject * gobject)
|
||||||
{
|
{
|
||||||
CoUninitialize ();
|
CoUninitialize ();
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (gst_dshow_device_provider_parent_class)->dispose (gobject);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstDevice *
|
static GstDevice *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user