[Bug 706621] New: GstControlSources should be able to guess values when they are not contained in the current range of values.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 22 15:06:10 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706621
  GStreamer | gstreamer (core) | git

           Summary: GstControlSources should be able to guess values when
                    they are not contained in the current range of values.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mathieu.duponchelle at epitech.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Example : you have a control source with {time values} :

{ 10, 0.5 }, {20, 0.6}

In the case of a linear interpolation, gst_control_source_get_value() should be
able to guess that {0, 0.4} exists. For now it just returns FALSE because 0 is
before the first TimedValue.

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