GNOME Bugzilla – Bug 574964
gst_app_src_end_of_stream(), mutex on error return
Last modified: 2009-03-13 14:17:46 UTC
if (appsrc->priv->flushing) goto flushing; Jumps out of a held mutex without unlocking it.
commit 91b2d71da057a17da18272ee9dd6701a903580ed Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Fri Mar 13 15:14:37 2009 +0100 appsrc: release lock in _eos flushing case Release the mutex when we are flushing in gst_app_src_end_of_stream() Fixes #574964.