[gstreamer-bugs] [Bug 622725] [mpgtsparse] Doesn't remove pids from pes_pids

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 30 10:32:07 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=622725
  GStreamer | gst-plugins-bad | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.20

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-06-30 17:32:03 UTC ---
Pushed:

commit 61a885613316ce7657c36a6cd215b43f9dc67b79
Author: Sebastian Pölsterl <sebp at k-d-w.org>
Date:   Wed Jun 30 18:20:13 2010 +0100

    mpegtsparse: don't free PAT structure which may still be needed later

    This is a problem if you tune to a channel which uses pid X and later tune
to
    another channel where X is used for another table (e.g. PMT).

    The code that does that was actually already there but never used because
the
    pat structure was freed before. The commit that introduced those lines
intended
    to fix a memory leak, but we clean things up elsewhere.

    Fixes #622725.

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