[Bug 784479] omxvideodec: increase the minimum number of allocated buffers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 3 14:58:52 UTC 2017


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

--- Comment #1 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 354843
  --> https://bugzilla.gnome.org/attachment.cgi?id=354843&action=edit
omxvideodec: increase the minimum number of allocated buffers

Ensure that enough buffers are allocated by adding up component's own
minimal plus the number of buffers requested by downstream.
This should prevent buffers starvation problem if downstream elements
are holding some of the buffers they required.

Also simplify the check on the maximum on buffers. What we actually care
about is to make sure the pool can hold the minimum of required buffers.

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