I’ve implemented PR10637 however I’m also seeing PR11068 with the below in VideoEncoder.h
Result = this->Child->SendFrame(MappedResource, Timestamp, bForceKeyframe);
MappedResource.Reset();
return Result;
Is both needed to fully resolve or is there still leaking even after applying both? Just trying to make sure there is clarity.
Cheers,