[Bug 726020] avdec_h265: freezes when max-threads != 1
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 5 03:00:44 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=726020
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.5.1
--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This fixes it, nonetheless we should look into improving the situation at the
videodecoder level too. That's bug #715192, but it wouldn't have helped in this
specific case.
commit b81cb99d9fea5dbe0c1d74008186ef328c7f1a13
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Fri Jun 5 11:57:37 2015 +0200
avviddec: Release stream lock while calling avcodec_decode_video2()
It might call back into us from another thread and try to take the stream
lock
again, e.g. to allocate a buffer.
https://bugzilla.gnome.org/show_bug.cgi?id=726020
--
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