GNOME Bugzilla – Bug 787727
player: cosmetic changes
Last modified: 2017-09-16 08:13:04 UTC
Two minor cosmetic changes. See attached patches.
Created attachment 359846 [details] [review] remove duplciate state_ret check in play internal
Created attachment 359849 [details] [review] introduce helper method to remove seek source this incidentally fixes a missing g_source_destroy() call in _main()
commit 085f875a249ba73cf24e42c72ba811ab461efa6d (HEAD -> master) Author: Philippe Renon <philippe_renon@yahoo.fr> Date: Fri Sep 15 15:04:02 2017 +0200 player: introduce helper method to remove seek source this incidentally fixes a missing g_source_destroy() call in _main() https://bugzilla.gnome.org/show_bug.cgi?id=787727 commit 9fce29497da5ebee5d333911a94b7c18ab0410bf Author: Philippe Renon <philippe_renon@yahoo.fr> Date: Fri Sep 15 14:58:56 2017 +0200 player: remove duplicate state_ret check in play internal https://bugzilla.gnome.org/show_bug.cgi?id=787727