temporary fix for syncing frames

This commit is contained in:
jazzfool 2020-08-23 00:18:12 +10:00
parent 8361c52d67
commit 153a84d85c
2 changed files with 13 additions and 1 deletions

View file

@ -16,6 +16,7 @@ Features:
- Small (around 300 lines).
Limitations (hopefully to be fixed):
- Lazy frame syncing. Playback is usually a few frames and the decoder and audio runs ahead. Seeking is also latent.
- GStreamer is a bit annoying to set up on Windows.
This is a "composable" instead of a `iced::Widget`. This is because `Widget`s don't support subscriptions (yet?). Once Iced gets animation support (i.e. widgets scheduling a time to update), this can become a widget.