[Bug 754678] controller: the cubic interpolation we have implemented can overshoot min/max of the control-point values

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 27 03:47:53 PDT 2015


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

Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> ---
commit 56f12705cab3affa2fb03fad7e9eb9859f1b9137
Author: Stefan Sauer <ensonic at users.sf.net>
Date:   Mon Sep 7 09:39:32 2015 +0200

    interpolationcontrolsource: add cubic_mono interpolation

    This new mode won't overshoot the min/max y values set by the
control-points.
    Fixes #754678
    API: GST_INTERPOLATION_MODE_CUBIC_MONO

commit 2fe3939ce7ea84c45dd922e7f1097dd07f11fc5d
Author: Stefan Sauer <ensonic at users.sf.net>
Date:   Mon Sep 7 09:37:05 2015 +0200

    interpolationcontrolsource: refactor code

    Extract common code that looks up the control-points around the timestamp.
Add
    some comments for future investigation.

commit 6e7915d5cdc00c5f9d3ad880f5ac96d771bb63de
Author: Stefan Sauer <ensonic at users.sf.net>
Date:   Fri Sep 4 16:38:37 2015 +0200

    tests/examples: add a demo for the interpolation control source modes

    This is in preparation for new modes to be added. In particullar it
demonstrates
    how the cubic splines overshoot the range.

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