Skip to content

d3d11decoder: Do not preallocate texture using downstream d3d11 buffer pool

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11dec-mem into main

Our decoder implementation does not use downstream d3d11 pool for decoding because of special requirement of D3D11/DXVA. So preallocation using the downstream buffer pool will waste GPU memory in most cases.

Merge request reports

Loading