databrary / datavyu-ffmpegplugin

A Java Media Player based on FFmpeg and SDL2
GNU General Public License v3.0
13 stars 4 forks source link

Add Stalled Test transitions #149

Closed TheoWolf closed 5 years ago

TheoWolf commented 5 years ago

The Stalled state is a state used during a seek, we need to make sure that the player goes back to its original state after a seek. There is only an exception for the Ready State that is not affected by a seek.