[Bug 707282] New: Memory leak in h264 codecparser

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 2 04:58:42 PDT 2013


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

           Summary: Memory leak in h264 codecparser
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bsreerenj at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The gst_h264_parse_pps() method is allocating memory dynamically for
slice_group_id field of pps which is not freeing. 

In order to support dynamic allocation we have to change the codecparser
implementation.
This is exactly what we did in
https://bugzilla.gnome.org/show_bug.cgi?id=685215 to support mvc by providing
dynamic allocation support in nal_parsing APIs by implementing copy() and
free() methods for sps.

Suggestions?

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