[Bug 699786] mpegtsmux: memory leak when using prepare_func
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue May 7 07:38:28 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=699786
GStreamer | gst-plugins-bad | 1.x
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |slomo at circular-chaos.org
Resolution| |FIXED
Target Milestone|HEAD |1.1.1
--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-07 14:38:25 UTC ---
commit 4d4fd09a3a00ce97dcaacb30377e350391fd64b0
Author: Greg Rutz <greg at gsr-tek.com>
Date: Tue May 7 08:26:03 2013 -0600
mpegtsmux: Fix memory leak when using prepare_func
prepare_func will allocate a new buffer to replace the original
one. Instead of using gst_buffer_replace (which causes an extra
refcount increment on the new buffer), we just unref the original
buffer.
https://bugzilla.gnome.org/show_bug.cgi?id=699786
--
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