[Bug 691299] API: GstFileMemAllocator - an allocator that uses disk storage to provide memory space

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jul 28 08:49:49 PDT 2013


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

--- Comment #9 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-28 15:49:41 UTC ---
I think there should be a GstMMapMemory that is independent of this allocator
and only has an fd and the offset inside it, and the mapping functions would
then call mmap() or whatever is required. This very specific allocator here
would be used to implement a special version of the GstMMapMemory, but there
would also be a GstMMapAllocator that just provides the default functions for
handling mmap'd memory.

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