GNOME Bugzilla – Bug 748076
vaapipluginbase: Quell critical if the allocation query does not return a pool
Last modified: 2015-04-19 07:46:18 UTC
It is valid for the allocation query to return a min/max but not a pool if downstream doesn't have a special pool, but wants to inform upstream of how many buffers it will need.
Created attachment 301870 [details] [review] vaapipluginbase: The allocation query can return without a pool It is possible to return the min/max/size without actually providing a pool. This way the source knows how many buffers downstream needs.
commit bd86647970b17995f1d73c05e048f86fdd31eed5 Author: Olivier Crete <olivier.crete@collabora.com> Date: Fri Apr 17 19:10:35 2015 +0000 vaapipluginbase: The allocation query can return without a pool It is possible to return the min/max/size without actually providing a pool. This way the source knows how many buffers downstream needs. https://bugzilla.gnome.org/show_bug.cgi?id=748076