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:
parent
5b0934fa7f
commit
986d651fba
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user