[Bug 648937] serious memory leak
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed May 4 01:45:45 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=648937
GStreamer | gst-plugins-good | 0.10.32
René Stadler <mail> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mail at renestadler.de
--- Comment #14 from René Stadler <mail at renestadler.de> 2011-05-04 08:45:39 UTC ---
Removing the muxer and looking at the output from gst-launch -v, it quickly
shows that the parser is unsetting the buffer flags. I guess that makes the
muxer believe that all frames are key frames (delta unit flag is dropped),
which could explain why the index becomes an order of magnitude larger. I would
assume the file is pretty much broken anyways. The parser should probably push
correctly flagged buffers, but is the parser even needed in this case?
--
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