[Bug 775893] avidemux: memory leaks in gst_avi_demux_expose_streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 18 11:09:58 UTC 2017


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.11.2

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 54bf10427402c9ac046ea694e6b48d3d976d55e1
Author: Jan Schmidt <jan at centricular.com>
Date:   Wed Jan 18 14:59:18 2017 +1100

    decodebin: Don't leak blocked pad references on errors

    When the decodebin state change fails because of an error
    message, we might not go through PAUSED->READY. Don't leak
    a ref to decodebin pads due to pad blocking in that case.

    This is because we return ASYNC going to PAUSED, and if
    we fail before reaching PAUSED the only transition we'll
    see is READY->NULL.

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

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