GNOME Bugzilla – Bug 754937
Remove wayland specific clutter backend setting
Last modified: 2015-09-15 11:42:33 UTC
Some progress has been made to support Wayland properly in the Clutter/GDK backend. It seems to work fine now, so let's remove the wayland specific setup in Totem.
Created attachment 311219 [details] [review] totem: remove wayland specific clutter backend setting Some progress has been made to support Wayland properly in the Clutter/GDK backend. It seems to work fine now, so let's remove the wayland specific setup in Totem.
Review of attachment 311219 [details] [review]: Could you please do this as a revert of 6051dd76ac5e1738e00cbb677aeadea32e3df3be instead? We should be able to release this without asking for a freeze break, as totem 3.18 == 3.16.
I wouldn't recommend to land that in 3.16, as without all the work in Cogl/Clutter/Clutter-Gtk (those patches are on the master branch of Clutter/Clutter-Gtk), it won't work correctly.
(In reply to Lionel Landwerlin from comment #3) > I wouldn't recommend to land that in 3.16, as without all the work in > Cogl/Clutter/Clutter-Gtk (those patches are on the master branch of > Clutter/Clutter-Gtk), it won't work correctly. But the clutter in 3.16 didn't use GDK as the default backend for Wayland, so wouldn't have had this problem in the first place.
Oh right, cool, will do.
Created attachment 311353 [details] [review] Revert "main: Bring back video inside the window under Wayland" This reverts commit 6051dd76ac5e1738e00cbb677aeadea32e3df3be. Now that Clutter/Clutter-Gtk work correctly with the GDK backend of Clutter, we can revert this.
Review of attachment 311353 [details] [review]: Pushed to master.