mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Disable setOutputSurface workaround for all codecs in GTS tests
Issue: #8427 PiperOrigin-RevId: 355381785
This commit is contained in:
parent
a2d0161eaf
commit
710dff0388
1 changed files with 6 additions and 0 deletions
|
|
@ -275,6 +275,12 @@ import java.util.ArrayList;
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean codecNeedsSetOutputSurfaceWorkaround(String name) {
|
||||
// Disable all workarounds for testing - devices that require the workaround should fail GTS.
|
||||
return false;
|
||||
}
|
||||
|
||||
private void clearTimestamps() {
|
||||
startIndex = 0;
|
||||
queueSize = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue