VadosG
VadosG
> How so? I am running the latest Android OS on my Pixel and I see no issues. Notifications?
Same problem on Nubia Neo 5G (Android 13/MyOS 13.0.3). But it worked fine on the previous version of NewPipe: 
Unfortunately no PR, I'm not a programmer, but I can point to a project where a digital assistant is already in use: https://github.com/mueller-ma/Coffee
0. The option to adjust brightness and volume with gestures is enabled 1. Opening a video file 2. I swipe my finger on the left side of the screen -...
> Does it display information about volume change, but doesn't change the volume, or doesn't even show anything? Nothing's happening at all. > It works on my phone I'm starting...
I also additionally checked on Right Gallery application based on SMT Gallery - same problem. What other information can I provide to help solve the problem? [Here](https://github.com/SimpleMobileTools/Simple-Gallery/issues/2897) by the way...
Here are a few examples from another project where these gestures work perfectly. Maybe the key to the solution is somewhere there? https://github.com/anilbeesetti/nextplayer/blob/main/feature/player/src/main/java/dev/anilbeesetti/nextplayer/feature/player/utils/BrightnessManager.kt https://github.com/anilbeesetti/nextplayer/blob/main/feature/player/src/main/java/dev/anilbeesetti/nextplayer/feature/player/utils/VolumeManager.kt
Fixed, I tested it and confirmed it.
@drwankingstein Thanks for the tip about `hwdec=mediacodec` (and `profile=fast` too). It seems that with `hwdec=mediacodec-copy`, memory was leaking over time and the application crashed after 20-50 videos. @moffatman Not related...