[Bug 742875] [API] new audiovisualizer base class

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 23 04:42:01 PST 2015


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

Matthew Waters <ystreet00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #9 from Matthew Waters <ystreet00 at gmail.com> 2015-01-23 12:41:56 UTC ---
One other thing that should be mentioned is that the current
baseaudiovisualizer already maps the output buffer readwrite before calling the
subclass' render() function.  For GL, this essentially means downloading random
data and then (possibly) uploading it again to draw to.

One fix common to all the other base classes is to make the subclass deal with
mapping the buffer with it's (possible) special requirements.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the gstreamer-bugs mailing list