[Bug 681153] [0.11] default acquire_buffer function from GstBufferPool blocks forever

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 10 03:27:25 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=681153
  GStreamer | gstreamer (core) | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.11.x

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2012-08-10 10:27:22 UTC ---
commit fb78756679e76bc8fed4da7104a8b695562747e7
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Aug 10 12:23:03 2012 +0200

    bufferpool: fix max_buffers handling

    When max_buffers > 0 and the pool is empty, actually try to allocate more
    buffers up to the max_buffers limit.
    We need to add a counter for this to count how many buffers we allocated
and
    check this against the max_buffers limit.
    Reorganise and clean up some code.

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

-- 
Configure bugmail: https://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