Skip to content

nvenc: Fix deadlock because of too strict buffer pool size

Seungha Yang requested to merge seungha.yang/gstreamer:nvenc-deadlock into main

The pool size might need to be larger than encoding surface pool size. Also, because we always copy input frame into internal CUDA memory, there's no reason to restrict max size of buffer pool.

Merge request reports