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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 3 09:44:32 PDT 2012


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

           Summary: [0.11] default acquire_buffer function from
                    GstBufferPool blocks forever
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: rawoul at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When a buffer pool using the default acquire_function is configured with
max_buffers > 0, two bugs can happen:

 - when min_buffers is 0, acquire_buffer will not try to allocate any buffer,
and will wait forever.

 - when min_buffers > 0, acquire_buffer will not try to allocate any more
buffers after min_buffers are allocated, instead of trying to allocate up to
max_buffers.

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