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:
Guillaume Desmottes 2016-06-28 15:01:17 +02:00 committed by Sebastian Dröge
parent b09fbe0797
commit aee7ab3444

View file

@ -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