asio: fix chaining up GObject's constructed virtual method
Fixes #4223 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8448>
This commit is contained in:
parent
6c64794fca
commit
df4c2f18bd
@ -381,6 +381,8 @@ gst_asio_object_constructed (GObject * object)
|
||||
{
|
||||
GstAsioObject *self = GST_ASIO_OBJECT (object);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->constructed (object);
|
||||
|
||||
if (!self->device_info) {
|
||||
GST_ERROR_OBJECT (self, "Device info was not configured");
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user