GNOME Bugzilla – Bug 768141
bus: chain up constructed.
Last modified: 2016-07-04 10:51:45 UTC
.
Created attachment 330485 [details] [review] bus: chain up 'constructed' Needed so GstBus can be tracked by the leaks tracer.
Review of attachment 330485 [details] [review]: ::: gst/gstbus.c @@ +151,3 @@ } + + ((GObjectClass *) gst_bus_parent_class)->constructed (object); G_OBJECT_CLASS (gst_bus_parent_class)->... For consistency with everywhere else we do that
Created attachment 330486 [details] [review] bus: chain up 'constructed' Needed so GstBus can be tracked by the leaks tracer.
commit e11539c30b51a9872c16765b01ab81dfe264505f Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Jun 28 15:01:17 2016 +0200 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