Skip to content

cudadownload: Always download CUDA memory if it's bound to decoder

Seungha Yang requested to merge seungha.yang/gstreamer:nvdec-download into main

Decoder bounded CUDA memory is allocated by driver and the pool size is fixed. Since we don't know how many buffers would be held by downstream non-CUDA element, we should download such CUDA memory and release it back to decoder.

Merge request reports