GNOME Bugzilla – Bug 791982
player: critical warnings in audio,video,subtitle property getters
Last modified: 2017-12-27 15:50:58 UTC
See commit message.
Created attachment 366013 [details] [review] proposed patch
Comment on attachment 366013 [details] [review] proposed patch Looks correct, but wouldn't be nicer and shorter to just use g_value_take_object() instead?
Yes indeed, now that you mention it :)
Created attachment 366018 [details] [review] updated patch
Thanks, I can also push in 1.12 if a new release is planned soon for that branch? commit 13363f2388a511c6fb0df18eabce7a13f36c1773 (HEAD -> master) Author: Philippe Normand <philn@igalia.com> Date: Wed Dec 27 13:08:18 2017 +0000 player: transfer ownership of info properties The previous code would emit GObject critical warnings when the info properties are NULL. https://bugzilla.gnome.org/show_bug.cgi?id=791982
I don't know if there's a plan, but might just as well pick it into 1.12 anyway.