[Bug 741355] playbin: deadlock

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 24 08:09:13 PST 2015


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

Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #33 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
Fixed. The original test case did not trigger the buffering code path so the
double lock was not found.

commit 561ddabd97b52229d65ac05a5e281f031e42e621
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Tue Feb 24 16:06:08 2015 +0000

    decodebin: fix deadlock when resetting buffering

    This function is static, and only ever called with the expose lock
    taken. It thus has no reason to take this lock itself.

    This was introduced by one of my locking fixes from 741355.

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

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