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:
parent
8e2869278c
commit
ae0da442b1
@ -105,6 +105,7 @@ public final class DefaultVideoFrameProcessor implements VideoFrameProcessor {
|
||||
glObjectsProvider = factory.glObjectsProvider;
|
||||
textureOutputListener = factory.textureOutputListener;
|
||||
textureOutputCapacity = factory.textureOutputCapacity;
|
||||
requireRegisteringAllInputFrames = !factory.repeatLastRegisteredFrame;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user