mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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;
|
glObjectsProvider = factory.glObjectsProvider;
|
||||||
textureOutputListener = factory.textureOutputListener;
|
textureOutputListener = factory.textureOutputListener;
|
||||||
textureOutputCapacity = factory.textureOutputCapacity;
|
textureOutputCapacity = factory.textureOutputCapacity;
|
||||||
|
requireRegisteringAllInputFrames = !factory.repeatLastRegisteredFrame;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue