Add test annotation to PeerConnectionClientTest.testLoopbackVp9DecodeToTexture test.
Adding the last test, which was missed in https://codereview.webrtc.org/1962533002/ TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1961113002 . Cr-Commit-Position: refs/heads/master@{#12666}
This commit is contained in:
parent
2aa84260d8
commit
aa551e66a2
@ -389,7 +389,7 @@ public class PeerConnectionClientTest extends InstrumentationTestCase
|
|||||||
doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_VP8, false), true);
|
doLoopbackTest(createParametersForVideoCall(VIDEO_CODEC_VP8, false), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
//@SmallTest
|
@SmallTest
|
||||||
public void testLoopbackVp9DecodeToTexture() throws InterruptedException {
|
public void testLoopbackVp9DecodeToTexture() throws InterruptedException {
|
||||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
|
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
|
||||||
Log.i(TAG, "Decode to textures is not supported, requires SDK version 19.");
|
Log.i(TAG, "Decode to textures is not supported, requires SDK version 19.");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user