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 735574 - buffer: do not touch memory tag flag when copying buffer flags
buffer: do not touch memory tag flag when copying buffer flags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.4.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-28 08:57 UTC by Arnaud Vrac
Modified: 2014-08-28 09:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoids buffers being freed when releasing back to a bufferpool (1.01 KB, patch)
2014-08-28 08:57 UTC, Arnaud Vrac
committed Details | Review

Description Arnaud Vrac 2014-08-28 08:57:00 UTC
Created attachment 284665 [details] [review]
Avoids buffers being freed when releasing back to a bufferpool

This patch should be backported to 1.4 also.
Comment 1 Sebastian Dröge (slomo) 2014-08-28 09:21:06 UTC
commit f0deb37a8697b7a01d2f935949ce3e1412c1293c
Author: Arnaud Vrac <avrac@freebox.fr>
Date:   Tue Aug 26 20:14:40 2014 +0200

    buffer: do not touch memory tag flag when copying buffer flags
    
    The tag memory flag will be set later if the memory is also copied. This
    patch avoids buffers being freed needlessly in bufferpools.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735574