Fix forward for 216f3fedb8

The original change missed copying the newly added flag in `buildUpon()`, which
caused some test flakes.

PiperOrigin-RevId: 607232373
This commit is contained in:
claincly 2024-02-15 00:01:49 -08:00 committed by Copybara-Service
parent 8e2869278c
commit ae0da442b1

View File

@ -105,6 +105,7 @@ public final class DefaultVideoFrameProcessor implements VideoFrameProcessor {
glObjectsProvider = factory.glObjectsProvider;
textureOutputListener = factory.textureOutputListener;
textureOutputCapacity = factory.textureOutputCapacity;
requireRegisteringAllInputFrames = !factory.repeatLastRegisteredFrame;
}
/**