After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699566 - dmabuf: don't touch the GstMemory size
dmabuf: don't touch the GstMemory size
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-03 10:21 UTC by Michael Olbrich
Modified: 2013-05-03 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.03 KB, patch)
2013-05-03 10:21 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-05-03 10:21:24 UTC
Created attachment 243162 [details] [review]
patch

mem.size is the content size and should not be touch.
Save the mmap size instead.
Comment 1 Sebastian Dröge (slomo) 2013-05-03 11:13:38 UTC
commit 25dd73521d1ef49f6910121ba9ded6c5041cbc01
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Fri May 3 11:23:59 2013 +0200

    dmabuf: don't touch the GstMemory size
    
    mem.size is the content size and should not be touch.
    Save the mmap size instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699566