Skip to content

d3d11memory: Fix GstAllocator::mem_copy() implementation

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11-mem-copy-fix into main

We were checking possible bind flags for the DXGI format of the source texture but that's never applied to the destination texture desc.

Just use the already configured bind (and misc) flags of source texture for the destination texture allocation without additional check.

Merge request reports