Skip to content

nvenc: Add support YV12 format

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

YV12 format is supported by Nvidia NVENC without manual conversion. So nvenc is exposing YV12 format at sinkpad template but there is some missing point around uploading the memory to GPU.

Merge request reports