dshowdeviceprovider: fix missing GObject vtable chainups

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8452>
This commit is contained in:
Alexander Slobodeniuk 2025-02-11 00:02:50 +01:00
parent 33fc2d9c65
commit a2059c1bb3

View File

@ -76,6 +76,8 @@ static void
gst_dshow_device_provider_dispose (GObject * gobject)
{
CoUninitialize ();
G_OBJECT_CLASS (gst_dshow_device_provider_parent_class)->dispose (gobject);
}
static GstDevice *