[Bug 754107] compositor: Inputs are "obscured" when they aren't

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 26 04:00:09 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754107

Nirbheek Chauhan <nirbheek.chauhan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #310017|0                           |1
        is obsolete|                            |

--- Comment #4 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
Created attachment 310019
  --> https://bugzilla.gnome.org/attachment.cgi?id=310019&action=edit
Actually use the output resolution for clamping

Did you believe me? I lied! Ha ha.

Sebastian pointed this out:

-  clamped.w = CLAMP (x2, 0, outer_width) - x;
-  clamped.h = CLAMP (y2, 0, outer_width) - y;
+  clamped.w = CLAMP (x2, 0, outer_width) - clamped.x;
+  clamped.h = CLAMP (y2, 0, outer_width) - clamped.y;

Probably done now.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list