[Bug 679829] New: [0.11] Memory leak in decodebin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 12 16:39:25 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=679829
  GStreamer | gst-plugins-base | 0.11.x

           Summary: [0.11] Memory leak in decodebin
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: matej.knopp at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


gst_decode_bin_autoplug_factories returns new GValueArray, however during
marshalling the array is copied to the GValue in g_cclosure_marshal_generic
(value_from_ffi_type) and nothing releases the original valuearray (created in
gst_decode_bin_autoplug_factories).

I'm not sure how to fix this, is there any way to tell the marshal to release
the original value (or take over it's ownership)?

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