RPi-Distro / vlc

GNU General Public License v2.0
41 stars 4 forks source link

Freeze at switching to previous/next media when HW-accelerated video is in paused state #108

Open ykharuzhy opened 5 months ago

ykharuzhy commented 5 months ago

If HW-accelerated video has been loaded and paused, then VLC freezes at issuing prev/next/stop commands. Software-decoded video is played fine.

Hardware: Raspberry Pi 5 OS: Raspberry Pi OS bookworm (Lite) VLC: 1:3.0.20-0+rpt6+deb12u1 Media: any HEVC-encoded file (various files were checked)

Steps to reproduce:

  1. Run vlc (command-line, DRM output, without of X running)
  2. Add HEVC-encoded media twice
  3. Issue 'pause' command
  4. Issue 'next' command (or 'prev', 'stop')

Result: Video freezes and any other commands like play/pause/stop/next/prev have no effect.