DescriptionSurfaceViewRenderer: Remove use of quitSafely() because it's API lvl 18
I replaced quitSafely() with a CountDownLatch. The reason for not using ThreadUtils.invokeUninterruptibly() is that I want to stop accepting frames asap, and invokeUninterruptibly() would still accept frames during the waiting time.
BUG=webrtc:4742
Committed: https://crrev.com/238b15d54395df53d2219dc12a91e3bfd9c6fa23
Cr-Commit-Position: refs/heads/master@{#10393}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|