Files app: Abort generating thumbnail of unseekable video.
In some vide files, there is no I-frame after the first frame. In this case, seeking to some position may end up loading entire video. To avoid the issue in Image Loader, we should abort loading video file when we don't receive 'canplay' event for a while. Bug: 777521 Test: Manually tested using the video on the issue. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Icb37b457d7753c46592894993a235840d0c92fd7 Reviewed-on: https://chromium-review.googlesource.com/888233 Commit-Queue: Naoki Fukino <fukino@chromium.org> Reviewed-by:Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#532315}
Showing
Please register or sign in to comment