cpu-throttling-clock: 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:05 +01:00
parent 87973ca3a9
commit 15bf924940

View File

@ -169,6 +169,8 @@ gst_cpu_throttling_clock_dispose (GObject * object)
gst_poll_free (self->priv->timer);
self->priv->timer = NULL;
}
G_OBJECT_CLASS (parent_class)->dispose (object);
}
static void