[Bug 787144] Memory leak in gstqtmux.c

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 11 09:22:04 UTC 2017


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

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Ok, so this is the actual buffer from h264parse that is unreffed twice. Once in
qtmux (causing the problem), and previously the last time in basesink (where it
was destroyed).

The reference counting of those buffers has to be double checked. Does qtmux
actually keep a reference to them around (it should), or pass them all
downstream / unref?

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