[Bug 702840] queue2 does not work with use-buffering=true

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 24 14:32:55 PDT 2013


http://bugzilla.gnome.org/show_bug.cgi?id=702840
  GStreamer | gst-plugins-base | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.2

--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2013-06-24 21:32:47 UTC ---
commit 2f78e962997725f734353ffe5c061f98b53903d8
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Mon Jun 24 23:25:51 2013 +0200

    queue2: only block serialized query when it's safe

    We must be certain that we don't cause a deadlock when blocking the
serialized
    queries. One such deadlock can happen when we are buffering and downstream
is
    blocked in preroll and a serialized query arrives. Downstream will not
unblock
    (and allow our query to execute) until we complete buffering and buffering
will
    not complete until we can answer the query..

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

-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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