Skip to content

WIP: nvenc: Fix internal CUDA memory stride calculation

Seungha Yang requested to merge seungha.yang/gst-plugins-bad:nvenc-fix into master

The allocated CUDA memory might have larger resolution than current input resolution. Use the GstVideoInfo corresponding to the allocated CUDA memory, instead of current one.

Fixes: #1074

Edited by Seungha Yang

Merge request reports