matthewn4444 / VPlayer_lib

Simple FFmpeg library for android for multiple architectures
Apache License 2.0
44 stars 13 forks source link

Crashing with decoder does not support parameter changes #6

Open shilpim opened 7 years ago

shilpim commented 7 years ago

ffmpeg: This decoder does not support parameter changes, but PARAM_CHANGE side data was sent

java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@537a9bd0 does not exist at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7640) at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7631) at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:854) at android.os.BinderProxy.sendDeathNotice(Binder.java:449) at dalvik.system.NativeStart.run(Native Method)

matthewn4444 commented 6 years ago

Can you provide an example to reproduce this issue?