[gstreamer-bugs] [Bug 609801] [volume] Split buffers into smaller pieces if GstController is used

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 17 01:26:05 PST 2010


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2010-02-17 09:26:02 UTC ---
we really don't want to do that.. If you want sample accurate interpollation we
don't want to split the buffer on each sample. We should use the controller to
generate an array of values for each sample that we need to modify (with some
interpolation) and then combine the arrays (this also allows us to use
efficient matrix multiply with sse or something).

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