unosquare / ffmediaelement

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

Step through the decoder after a seek operation #547

Closed adamhewitt627 closed 3 years ago

adamhewitt627 commented 3 years ago

Similar to #528, ShouldReadMorePackets is false once EOF has been hit, even if the decoder still has packets to decode. The product of this is that mainBlocks.IsInRange(targetPosition) == false on line 269 and the scrubbing is clamped back to the final decoded frame.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.