Skip to content

r2.12.3

Compare
Choose a tag to compare
@icbaker icbaker released this 13 Jan 11:58
· 8942 commits to release-v2 since this release
  • Core library:
    • Fix MediaCodecRenderer issue where empty streams would fail to play in bypass mode (#8374).
    • Fix playback issues after seeking during an ad (#8349).
    • Fix propagation of LoadErrorHandlingPolicy from DefaultMediaSourceFactory into SingleSampleMediaSource.Factory when creating subtitle media sources from MediaItem.playbackProperties.subtitles (#8430).
  • UI:
    • Fix issue where pop-up menus belonging to StyledPlayerControlView would not be dismissed when tapping outside of the menu area or pressing the back button, on API level 22 and earlier (#8272).
  • Downloads:
    • Fix crash in DownloadManager that could occur when adding a stopped download with the same ID as a download currently being removed (#8419).
  • Text:
    • Gracefully handle null-terminated subtitle content in Matroska containers.
    • Fix CEA-708 anchor positioning (#1807).
  • IMA extension:
    • Fix a condition where playback could get stuck before an empty ad (#8205).
    • Log a warning rather than throwing when reaching the end of the stream with an ad playing but without ad media info (#8290).
  • Media2 extension:
    • Make media2-extension depend on AndroidX media2:media2-session:1.1.0 to fix a deadlock while creating PlaybackStateCompat internally (#8011).