Hours of testing later... ![]()
https://test.libreelec.tv/13.0/RPi/RPi5/LibreELEC-RPi5.aarch64-13.0-nightly-20260531-cf4b8b9.img.gz
works correctly.
https://test.libreelec.tv/13.0/RPi/RPi5/LibreELEC-RPi5.aarch64-13.0-nightly-20260602-9c34052.img.gz
introduced the bug.
Btw, thank you so much for providing the archive of nightly builds, it's really helpful for cases like this!
chewitt Could this commit cause the issue?
Merge pull request #28377 from reardonia/drmprime-null-video-plane · xbmc/xbmc@6532ed3
DRMPRIME/GBM: null m_video_plane after D2P playback
github.com
DRMPRIME/GBM: null m_video_plane after D2P playback by reardonia · Pull Request #28377 · xbmc/xbmc
Description
After Direct-to-Plane (D2P) playback ends, m_video_plane was left assigned even though no video plane was active. This closes the contract that…
github.com
It seems to be the only one related to D2P in that period.