Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4998354c
authored
May 29, 2018
by
Anton Potekhin
Committed by
Oliver Woodman
Jun 05, 2018
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Blacklist Moto C from setOutputSurface
Issue: #4315
parent
3c6ca19c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
library/core/src/main/java/com/google/android/exoplayer2/video/MediaCodecVideoRenderer.java
library/core/src/main/java/com/google/android/exoplayer2/video/MediaCodecVideoRenderer.java
View file @
4998354c
...
...
@@ -1179,6 +1179,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
// https://github.com/google/ExoPlayer/issues/4084,
// https://github.com/google/ExoPlayer/issues/4104.
// https://github.com/google/ExoPlayer/issues/4134.
// https://github.com/google/ExoPlayer/issues/4315
return
((
"deb"
.
equals
(
Util
.
DEVICE
)
// Nexus 7 (2013)
||
"flo"
.
equals
(
Util
.
DEVICE
)
// Nexus 7 (2013)
||
"mido"
.
equals
(
Util
.
DEVICE
)
// Redmi Note 4
...
...
@@ -1192,7 +1193,8 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
||
"M5c"
.
equals
(
Util
.
DEVICE
)
// Meizu M5C
||
"QM16XE_U"
.
equals
(
Util
.
DEVICE
)
// Philips QM163E
||
"A7010a48"
.
equals
(
Util
.
DEVICE
)
// Lenovo K4 Note
||
"woods_f"
.
equals
(
Util
.
MODEL
))
// Moto E (4)
||
"woods_f"
.
equals
(
Util
.
MODEL
)
// Moto E (4)
||
"watson"
.
equals
(
Util
.
DEVICE
))
// Moto C
&&
"OMX.MTK.VIDEO.DECODER.AVC"
.
equals
(
name
))
||
((
"ALE-L21"
.
equals
(
Util
.
MODEL
)
// Huawei P8 Lite
||
"CAM-L21"
.
equals
(
Util
.
MODEL
))
// Huawei Y6II
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment