mirror of
https://github.com/androidx/media.git
synced 2025-04-29 22:36:54 +08:00
Rename TransformerVideoGapsTest to TransformerGapsTest
This will allow keeping both audio and video gap test in the same class. PiperOrigin-RevId: 742291252
This commit is contained in:
parent
f8b1dcc33b
commit
8508e12001
@ -38,10 +38,10 @@ import org.junit.runner.RunWith;
|
||||
|
||||
/**
|
||||
* End-to-end instrumentation tests for {@link Transformer} when the {@link EditedMediaItemSequence}
|
||||
* has video gaps.
|
||||
* has gaps.
|
||||
*/
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public class TransformerVideoGapsTest {
|
||||
public class TransformerGapsTest {
|
||||
private static final EditedMediaItem AUDIO_VIDEO_MEDIA_ITEM =
|
||||
new EditedMediaItem.Builder(MediaItem.fromUri(MP4_ASSET.uri)).build();
|
||||
private static final EditedMediaItem AUDIO_ONLY_MEDIA_ITEM =
|
Loading…
x
Reference in New Issue
Block a user