[Bug 778452] New: glsinkbin: leaks sink element

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 10 13:44:15 UTC 2017


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

            Bug ID: 778452
           Summary: glsinkbin: leaks sink element
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: juanpablougarte at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 345456
  --> https://bugzilla.gnome.org/attachment.cgi?id=345456&action=edit
Proposed patch

GstGLSinkBin adds a reference to the sink element in set_property() but never
releases it in dispose or finalize methods.

The proposed patch does not add that reference and relies in the indirect
reference added by gst_bin_add() instead (just like its already doing with
upload convert and balance elements)

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