static void gst_bus_constructed (GObject * object) { GstBus *bus = GST_BUS_CAST (object); if (bus->priv->enable_async) { bus->priv->poll = gst_poll_new_timer (); gst_poll_get_read_gpollfd (bus->priv->poll, &bus->priv->pollfd); } }
static void gst_bus_constructed (GObject * object) { GstBus *bus = GST_BUS_CAST (object); if (bus->priv->enable_async) { 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); }