Skip to content

Benchmark: fix hardware decoding

Duncan McNamara requested to merge Skantes/vlc-android:bench-hardware into master

There was a change with the player restart which is needed when forcing android-surface vout instead of gles2. This meant that the playlist manager was restarted instead of the video player. This adds a separate restart for the playlist manager

Merge request reports