Skip to content

nvcodec: Reorganize rank of encoder elements

Seungha Yang requested to merge seungha.yang/gstreamer:nvenc-rank into main
* nvd3d11{h264,h265}enc should have the highest rank on Windows
  since d3d11 elements (decoder and videosink) are primary on Windows already.
  Note that d3d11/cuda interop is heavy operation and we should
  avoid API interop whenever possible
* Assign higher rank to nvcuda{h264,h265}enc than old elements
  because newly written elements are expected to be more performant
  and optimized

Merge request reports