Skip to content

d3d12decoder: Implement threaded decoding

Seungha Yang requested to merge seungha.yang/gstreamer:d3d12dec-thread into main

To achieve maximum throughput, waiting on command commit thread is not ideal. And render-delay will introduce unwanted latency. Best is to split thread and wait finished decoding job in a dedicated output thread

Merge request reports