diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b2ce5a4e88..b509947ca6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -68,7 +68,8 @@ ([#7134](https://github.com/google/ExoPlayer/issues/7134)). * Add media item based playlist API to Player. * Workaround issue that could cause slower than realtime playback of AAC - on Android 10 ([#6671](https://github.com/google/ExoPlayer/issues/6671). + on Android 10 + ([#6671](https://github.com/google/ExoPlayer/issues/6671)). * Text: * Parse `` and `` tags in WebVTT subtitles (rendering is coming later). @@ -113,7 +114,7 @@ * MP4: Store the Android capture frame rate only in `Format.metadata`. `Format.frameRate` now stores the calculated frame rate. * WAV: Fix failure to play WAV files that contain trailing non-media bytes - ([#7129](https://github.com/google/ExoPlayer/issues/7129)) + ([#7129](https://github.com/google/ExoPlayer/issues/7129)). * Testing * Upgrade Truth dependency from 0.44 to 1.0. * Upgrade to JUnit 4.13-rc-2. @@ -124,10 +125,6 @@ * Add an option to set whether to use the orientation sensor for rotation in spherical playbacks ([#6761](https://github.com/google/ExoPlayer/issues/6761)). -* Demo apps: Add - [GL demo app](https://github.com/google/ExoPlayer/tree/dev-v2/demos/gl) to - show how to render video to a `GLSurfaceView` while applying a GL shader. - ([#6920](https://github.com/google/ExoPlayer/issues/6920)). * Metadata: Add minimal DVB Application Information Table (AIT) support ([#6922](https://github.com/google/ExoPlayer/pull/6922)). * The demo app startup selected item is the last played one. diff --git a/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java b/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java index 62c5664039..befdc49705 100644 --- a/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java +++ b/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java @@ -68,7 +68,6 @@ public final class DashWidevineOfflineTest { .setFullPlaybackNoSeeking(true) .setCanIncludeAdditionalVideoFormats(false) .setAudioVideoFormats( - DashTestData.WIDEVINE_AAC_AUDIO_REPRESENTATION_ID, DashTestData.WIDEVINE_H264_CDD_FIXED);