[Bug 766870] New: Memory leak in rtpj2kpay

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 25 15:11:10 UTC 2016


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

            Bug ID: 766870
           Summary: Memory leak in rtpj2kpay
    Classification: Platform
           Product: GStreamer
           Version: 1.8.1
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: pierre.lamot at yahoo.fr
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

rtpj2kpay leaks memory buffers

sample pipeline:

gst-launch-1.0 videotestsrc ! video/x-raw,width=1280,height=800,framerate=30/1
! openjpegenc ! rtpj2kpay ! fakesink


In the create callback in rtpj2kpay, input buffer is mapped for reading but is
not unmapped. This results in a leaks of the underlying GstMemory

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