[gstreamer-bugs] [Bug 613198] New: ximagesink memory leak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 17 14:56:55 PDT 2010


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

           Summary: ximagesink memory leak
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: reuben.dowle at navico.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Our product was leaking 5.5Mb/hour during video playback.

In gst_ximagesink_buffer_alloc if the requested geometry does not match the
required geometry, a GstCaps object is copied. If the new geometry is rejected,
then the copy of the GstCaps object is not unrefed.

The attached patch fixes this bug.

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