mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ public final class DefaultVideoFrameProcessor implements VideoFrameProcessor {
|
|||
glObjectsProvider = factory.glObjectsProvider;
|
||||
textureOutputListener = factory.textureOutputListener;
|
||||
textureOutputCapacity = factory.textureOutputCapacity;
|
||||
requireRegisteringAllInputFrames = !factory.repeatLastRegisteredFrame;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue