Opened 10 years ago
Closed 9 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)
Change History (4)
comment:1 by , 10 years ago
| Cc: | added |
|---|---|
| Keywords: | video processing glib gobject added |
comment:2 by , 10 years ago
| Status: | new → review |
|---|
by , 10 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!)
Note:
See TracTickets
for help on using tickets.

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?