mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
bus: chain up GObject::constructed() to the parent class' implementation
Needed so GstBus can be tracked by the leaks tracer. https://bugzilla.gnome.org/show_bug.cgi?id=768141
This commit is contained in:
parent
b09fbe0797
commit
aee7ab3444
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ gst_bus_constructed (GObject * object)
|
|||
bus->priv->poll = gst_poll_new_timer ();
|
||||
gst_poll_get_read_gpollfd (bus->priv->poll, &bus->priv->pollfd);
|
||||
}
|
||||
|
||||
G_OBJECT_CLASS (gst_bus_parent_class)->constructed (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue