GNOME Bugzilla – Bug 789127
wl_subsurface_set_position () called with wrong initial value
Last modified: 2017-11-01 17:07:43 UTC
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=8aa6d59b7a214ba03a83bcae8c43712f8e402927 This commit to gtk-3-22 seems to expose a bug where Totem in maximized mode causes the video to be offset from the origin (see attached screenshot, the problem is worse in full-screen). It seems as if the initial call to wl_subsurface_set_position () is done with an incorrect initial position that would have been corrected at a later call, but since the idempotency check was added, this is no longer the case and the subsurface is left at the incorrect initial position.
Created attachment 361776 [details] Totem video offset
*** This bug has been marked as a duplicate of bug 784314 ***