-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #491 from zshbleaker/master
Release 1.5.1
- Loading branch information
Showing
4 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+178 KB
...yerDemo/app/libs/pldroid-player-1.5.0.jar → ...yerDemo/app/libs/pldroid-player-1.5.1.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# PLDroidPlayer Release Notes for 1.5.1 | ||
|
||
本次更新: | ||
|
||
## 版本 | ||
|
||
- 发布 pldroid-player-1.5.1.jar | ||
|
||
## 缺陷 | ||
|
||
- 修复部分机型网络切换时产生的崩溃问题 | ||
- 修复码流分辨率改变导致的硬解花屏问题 | ||
|
||
## 更新注意事项 | ||
|
||
- **需要在 build.gradle 中删除如下配置:** | ||
|
||
``` | ||
compile 'com.qiniu.pili:pili-android-qos:0.8.+' | ||
``` | ||
|
||
- 修改 onVideoSizeChanged 的接口: | ||
|
||
``` | ||
void onVideoSizeChanged(PLMediaPlayer mp, int width, int height, int videoSarNum, int videoSarDen); | ||
``` |
Binary file renamed
BIN
+178 KB
releases/pldroid-player-1.5.0.jar → releases/pldroid-player-1.5.1.jar
Binary file not shown.
70f346e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
怎么版本叠代,1.51.1维护叠代最新版本
70f346e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mrxuex 参考每次 release note 中的更新注意事项即可