mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Bump version to 2.11.6
PiperOrigin-RevId: 316949571
This commit is contained in:
parent
ffa4ad0e77
commit
92fd3bc2ff
2 changed files with 11 additions and 8 deletions
|
|
@ -203,14 +203,19 @@
|
||||||
([#6926](https://github.com/google/ExoPlayer/issues/6926)).
|
([#6926](https://github.com/google/ExoPlayer/issues/6926)).
|
||||||
* Update `TrackSelectionDialogBuilder` to use AndroidX Compat Dialog
|
* Update `TrackSelectionDialogBuilder` to use AndroidX Compat Dialog
|
||||||
([#7357](https://github.com/google/ExoPlayer/issues/7357)).
|
([#7357](https://github.com/google/ExoPlayer/issues/7357)).
|
||||||
* Prevent the video surface going black when seeking to an unprepared
|
|
||||||
period within the current window. For example when seeking over an ad
|
|
||||||
group, or to the next period in a multi-period DASH stream
|
|
||||||
([#5507](https://github.com/google/ExoPlayer/issues/5507)).
|
|
||||||
* Metadata: Add minimal DVB Application Information Table (AIT) support
|
* Metadata: Add minimal DVB Application Information Table (AIT) support
|
||||||
([#6922](https://github.com/google/ExoPlayer/pull/6922)).
|
([#6922](https://github.com/google/ExoPlayer/pull/6922)).
|
||||||
* Cast extension: Implement playlist API and deprecate the old queue
|
* Cast extension: Implement playlist API and deprecate the old queue
|
||||||
manipulation API.
|
manipulation API.
|
||||||
|
* Demo app: Retain previous position in list of samples.
|
||||||
|
* Add Guava dependency.
|
||||||
|
|
||||||
|
### 2.11.6 (2020-06-19) ###
|
||||||
|
|
||||||
|
* UI: Prevent `PlayerView` from temporarily hiding the video surface when
|
||||||
|
seeking to an unprepared period within the current window. For example when
|
||||||
|
seeking over an ad group, or to the next period in a multi-period DASH
|
||||||
|
stream ([#5507](https://github.com/google/ExoPlayer/issues/5507)).
|
||||||
* IMA extension:
|
* IMA extension:
|
||||||
* Add option to skip ads before the start position.
|
* Add option to skip ads before the start position.
|
||||||
* Catch unexpected errors in `stopAd` to avoid a crash
|
* Catch unexpected errors in `stopAd` to avoid a crash
|
||||||
|
|
@ -223,8 +228,6 @@
|
||||||
* Work around unexpected `pauseAd`/`stopAd` for ads that have preloaded
|
* Work around unexpected `pauseAd`/`stopAd` for ads that have preloaded
|
||||||
on seeking to another position
|
on seeking to another position
|
||||||
([#7492](https://github.com/google/ExoPlayer/issues/7492)).
|
([#7492](https://github.com/google/ExoPlayer/issues/7492)).
|
||||||
* Demo app: Retain previous position in list of samples.
|
|
||||||
* Add Guava dependency.
|
|
||||||
|
|
||||||
### 2.11.5 (2020-06-05) ###
|
### 2.11.5 (2020-06-05) ###
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
project.ext {
|
project.ext {
|
||||||
// ExoPlayer version and version code.
|
// ExoPlayer version and version code.
|
||||||
releaseVersion = '2.11.5'
|
releaseVersion = '2.11.6'
|
||||||
releaseVersionCode = 2011005
|
releaseVersionCode = 2011006
|
||||||
minSdkVersion = 16
|
minSdkVersion = 16
|
||||||
appTargetSdkVersion = 29
|
appTargetSdkVersion = 29
|
||||||
targetSdkVersion = 28 // TODO: Bump once b/143232359 is resolved. Also fix TODOs in UtilTest.
|
targetSdkVersion = 28 // TODO: Bump once b/143232359 is resolved. Also fix TODOs in UtilTest.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue