[Bug 689814] Memory allocated by GstVideoDecoder base class is not freed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 10 03:32:04 PST 2012


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |slomo at circular-chaos.org
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2012-12-10 11:32:02 UTC ---
The timestamps are freed in _reset() and _get_timestamp_at_offset() (which is
called from _have_frame()). So it shouldn't be leaked forever at least.

_have_frame() should be called by the subclass whenever it parsed a frame. But
as the gst-libav video decoders don't parse anything this never happens. The
baseclass shouldn't store the timestamps at all if the subclass doesn't want to
parse anything.

Will fix that

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