Opened 8 years ago

Closed 8 years ago

#5399 closed defect (fixed)

Use GLib.MainLoop instead of GObject.MainLoop

Reported by: mi Owned by:
Priority: major Milestone:
Component: programming Keywords: video, processing, glib, gobject
Cc: Boris Bobrov Parent Tickets:

Description

Instantiations of GObject.MainLoop trigger a warning here:

GObject.MainLoop is deprecated; use GLib.MainLoop instead

The below patch takes care of this.

Attachments (1)

patch-glib-not-gobject (989 bytes ) - added by mi 8 years ago.
Update the patch to apply to 0.9.0 release. (And, yes, can just attribute to `mi'. Thanks!)

Download all attachments as: .zip

Change History (4)

comment:1 by ayleph, 8 years ago

Cc: Boris Bobrov added
Keywords: video processing glib gobject added

comment:2 by Christopher Allan Webber, 8 years ago

Status: newreview

Looks like an easy thing to land, just needs to be tested.

Btw mi, if I merge your patch, what name would you like to be attributed as in the release? Just "mi" or something else?

by mi, 8 years ago

Attachment: patch-glib-not-gobject added

Update the patch to apply to 0.9.0 release. (And, yes, can just attribute to `mi'. Thanks!)

comment:3 by Boris Bobrov, 8 years ago

Resolution: fixed
Status: reviewclosed

Fixed in c12a97b. Thanks!

Note: See TracTickets for help on using tickets.