Skip to content

Commit

Permalink
Update README for v4.2.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
protyposis committed Dec 20, 2016
1 parent 8373b7a commit 41e83ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ was part of this library until v3.x, please check [Spectaculum](https://github.c
Changelog
---------

* v4.2.2-rc1: Fix Audio/Decoder/PlaybackThread leaks in `release()`
* This version fixes a few serious leaks present since v4.0.0
* v4.2.1: Fix `setSurface` and playback loop audio sync
* __v4.2.0__: Playback until very end, setAudioStreamType, state checking
* Playback video until the very last frame (previously, playback stopped when the audio stream stopped, which is sometimes shorter than the video)
Expand Down Expand Up @@ -169,8 +171,8 @@ library, usage is similar to any other Maven dependency:

dependencies {
...
compile 'net.protyposis.android.mediaplayer:mediaplayer:4.2.1'
compile 'net.protyposis.android.mediaplayer:mediaplayer-dash:4.2.1'
compile 'net.protyposis.android.mediaplayer:mediaplayer:4.2.2-rc1'
compile 'net.protyposis.android.mediaplayer:mediaplayer-dash:4.2.2-rc1'
}

#### Local Maven repository ####
Expand Down

0 comments on commit 41e83ab

Please sign in to comment.