[Bug 750319] memory: subclasses don't know map flags in unmap

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 11 23:15:11 PDT 2015


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

--- Comment #6 from Matthew Waters <ystreet00 at gmail.com> ---
Pushed a slightly different implementation that sets as much info on the
GstMapInfo as it can before calling the subclass.

commit d61ba381187beba4256a73962338a51b53b754a4
Author: Matthew Waters <matthew at centricular.com>
Date:   Thu Jun 4 00:03:16 2015 +1000

    memory: provide a mem_map_full that takes the GstMapInfo

    Follow up of 7130230ddb349d0ca7942abdba26b7558df055d1

    Provide the memory implementation the GstMapInfo that will be used to
    map/unmap the memory.  This allows the memory implementation to use
    some scratch space in GstMapInfo to e.g. track different map/unmap
    behaviour or store extra implementation defined data about the map
    in use.

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

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