[Bug 682171] videoscale: assertion failed: (envelope ((x - (xi - 1)) * ex) == 0)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Aug 18 16:14:14 PDT 2012


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

David Jordan <dmj726> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmj726 at sbcglobal.net

--- Comment #1 from David Jordan <dmj726 at sbcglobal.net> 2012-08-18 23:14:12 UTC ---
I've checked this out and the number of taps used by the lanczos filter
explodes to infinity as the sharpness value goes to zero.  At sharpness == 0.0
this causes x and xi to reach maximum negative values and results in xi
overflowing, which causes the assertion to fail.
At least for the lanczos filter, sharpness should not be allowed to actually
reach zero.  I'm not sure the best solution to mitigate this is, however.

-- 
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