Add supports for frame-capture retrying for MetadataRetriever.
For the MetadataRetriever, for certain queries, after setting up the player to render a frame (by seeking to the position), sometimes the player will seek to the same position and ignore the seek, leading to the frame not being captured, leaving the retriever in deadlock, waiting for the frame forever. This CL adds a retry timer to avoid this and make sure we can return query result after some time. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=204460200
Showing
with
23 additions
and
0 deletions
Please
register
or
sign in
to comment