[Bug 730441] dmabuf: shared the mapping with shared copies of the memory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 20 06:45:57 PDT 2014


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

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #276856|accepted-commit_now         |committed
             status|                            |

--- Comment #2 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-05-20 13:45:48 UTC ---
(From update of attachment 276856)
commit b60888fd4bcacd42bb4e27fa938272d6e72c5c32
Author: Michael Olbrich <m.olbrich at pengutronix.de>
Date:   Tue May 20 11:18:56 2014 +0200

    dmabuf: share the mapping with shared copies of the memory

    With lots of shared memory instances (e.g. created by a RTP payloader) the
    overhead of duplicating the file descriptor and creating extra mappings is
    significant. To avoid this, the parent memory maps the whole region and the
    shared copies just reuse the same mapping.

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

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