You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here a NPE can happen when you have alternative renderers in the factory, ie. having a FfmpegRenderer. In this case, when it's not selected by any track rendererConfigurations array will have a null entry in it.
Expected result
A null check should be added to avoid NPE.
Actual result
A NPE is thrown when invoking this method with FfmpegRenderer present.
Media
None
Bug Report
You will email the zip file produced by adb bugreport to dev.exoplayer@gmail.com after filing this issue.
The text was updated successfully, but these errors were encountered:
ExoPlayer Version
2.18.2
Devices that reproduce the issue
Any
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
ExoPlayer/library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerImpl.java
Line 1717 in f72ca83
Here a NPE can happen when you have alternative renderers in the factory, ie. having a FfmpegRenderer. In this case, when it's not selected by any track
rendererConfigurations
array will have a null entry in it.Expected result
A null check should be added to avoid NPE.
Actual result
A NPE is thrown when invoking this method with FfmpegRenderer present.
Media
None
Bug Report
adb bugreport
to dev.exoplayer@gmail.com after filing this issue.The text was updated successfully, but these errors were encountered: