[Bug 749525] pyramidsegment: wrong value of level property

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 18 00:48:07 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 8df641016e5eec2b5b3b1bc97704c10551a4f71f
Author: Vineeth T M <vineeth.tm at samsung.com>
Date:   Mon May 18 14:30:19 2015 +0900

    pyramidsegment: wrong value of level property

    The property level has a minimum value of 0. But when we set the level as
0,
    it gets an assertion error. The function icvPyrSegmentation8uC3R returns
false
    if level is set as 0, since the minimum level cant be 0 and thus results in
error.
    Hence changing the minimum value to 1.

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

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