[Bug 739281] video-blend: correct improper logic calculations

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 28 03:58:23 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739281
  GStreamer | gst-plugins-base | unspecified

--- Comment #6 from Vineeth <vineeth.tm at samsung.com> 2014-10-28 10:58:19 UTC ---
***i meant the alternate fix as below

if(x < 0 !! x > dest_width)
 x = 0;
if(y < 0 !! y > dest_height)
 y = 0;

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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