[Bug 775893] avidemux: memory leaks in gst_avi_demux_expose_streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 18 04:05:16 UTC 2017


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

--- Comment #3 from Jan Schmidt <thaytan at noraisin.net> ---
Created attachment 343691
  --> https://bugzilla.gnome.org/attachment.cgi?id=343691&action=edit
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.

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