version 3.7.3 - Return to the video view after selecting an effect Fixes bug 687879. - More g_thread_init() removal Add --target-glib 2.32 to the VALAFLAGS so that we don't get g_thread_init() in the generated .c code. - Drop calls to g_thread_init() in tests Our dependency on Gtk 3.4 already gives us an indirect dependency on a GLib that no longer requires these calls. We got away with this for a while due to gstreamer's public dependency on libgthread, but as of bug 689043 gstreamer no longer does this so we now get link errors. https://bugzilla.gnome.org/show_bug.cgi?id=689117