unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 240 forks source link

Continue returning buffered frames even when the EOF has been hit. #528

Closed adamhewitt627 closed 3 years ago

adamhewitt627 commented 3 years ago

IsAtEndOfStream doesn't mean there aren't still frames loaded that can be returned. Returning null at that point means the trailing frames of a file aren't sent back during scrub/seek operations.