kms: fix chaining up GObject's constructed virtual method

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8416>
This commit is contained in:
Alexander Slobodeniuk 2025-02-10 13:16:20 +01:00 committed by GStreamer Marge Bot
parent 5b0934fa7f
commit 986d651fba

View File

@ -228,6 +228,7 @@ gst_kms_allocator_constructed (GObject * obj)
GstKMSAllocator *alloc;
alloc = GST_KMS_ALLOCATOR (obj);
G_OBJECT_CLASS (parent_class)->constructed (obj);
/* Should be called after the properties are set */
g_assert (check_fd (alloc));