mirror of
https://github.com/samsonjs/media.git
synced 2026-04-21 13:55:47 +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
(cherry picked from commit ae0da442b1)
This commit is contained in:
parent
61a3127468
commit
396ae86fdd
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