Freezes when scrolling between webms
Skrinkus opened this issue · 3 comments
Clover freezes when a webm is playing and you swipe to the next one. This is not the case for images or gifs, they work as expected. You cannot exit clover by any means other than turning the screen off and back on, and swiping clover away from recents.
This issue occurs whether you're using the new exo player or not. Webms can be viewed and then exited by pressing the back arrow in the top left. Exiting with the software back button also locks up clover.
When using an external player it locks up when you press back as well.
This may just be a Samsung One UI beta issue, as I've noticed this behavior to some extent in other social apps that have galleries.
Android version: One UI version 2.0, Android 10
Phone model: SM-G970U1
Clover version: v3.0.2-0c58c619
I'm having the same issue since I updated to Android 10. I'm try both Clover 3.0.2 and latest Dev version and it freeze on webm.
I'm on a stock rom, android one.
I think this part of logcat is relevant to this issue:
2020-01-19 09:38:48.211 1055-1055/? E/OMX-VDEC-1080P: get_parameter: unknown param 7f000046
2020-01-19 09:38:48.211 1055-1055/? E/OMXNodeInstance: getParameter(0xe44e3444:qcom.decoder.vp8, ??(0x7f000046)) ERROR: UnsupportedIndex(0x8000101a)
2020-01-19 09:38:48.212 1055-3004/? E/OMX-VDEC-1080P: Enable/Disable allocate-native-handle allowed only on input port!
2020-01-19 09:38:48.212 1055-3004/? E/OMX-VDEC-1080P: set_parameter: Error: 0x80001019, setting param 0x7f00005d
2020-01-19 09:38:48.212 1055-3004/? E/OMXNodeInstance: setParameter(0xe44e3444:qcom.decoder.vp8, OMX.google.android.index.allocateNativeHandle(0x7f00005d): Output:1 en=0) ERROR: UnsupportedSetting(0x80001019)
2020-01-19 09:38:48.217 1055-1055/? E/OMX-VDEC-1080P: get_parameter: unknown param 6f600007
2020-01-19 09:38:48.217 1055-1055/? E/OMXNodeInstance: getParameter(0xe44e3444:qcom.decoder.vp8, ParamVideoAndroidVp8Encoder(0x6f600007)) ERROR: UnsupportedIndex(0x8000101a)
2020-01-19 09:38:48.218 1055-3004/? E/OMXNodeInstance: getConfig(0xe44e3444:qcom.decoder.vp8, ??(0x7f000062)) ERROR: UnsupportedSetting(0x80001019)
2020-01-19 09:38:48.441 572-572/? E/SELinux: avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1428 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
Temporary solution:
- Stop video.
- Rewind it to the start.
- Close it with android Back button.
It will take a while, but eventually it will close.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.