Skip to content

msdkenc: add an extra surface for hevc encoding

fuweitax requested to merge fuweitax/gst-plugins-bad:msdkh265enc into master

For some hevc 10bit 4K encoding cases, the encoding process may be slow, and MediaSDK surface can't be released in time before one other available surface is needed. So add an extra surface for hevc encoding to avoid this issue.

Merge request reports