Commit 710dff03 by ibaker Committed by Oliver Woodman

Disable setOutputSurface workaround for all codecs in GTS tests

Issue: #8427
PiperOrigin-RevId: 355381785
parent a2d0161e
...@@ -275,6 +275,12 @@ import java.util.ArrayList; ...@@ -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() { private void clearTimestamps() {
startIndex = 0; startIndex = 0;
queueSize = 0; queueSize = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment