WIP: nvenc: Fix internal CUDA memory stride calculation
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