DescriptionRTCVideoDecoder: add Destroy() static method for RTCVideoDecoderFactory
RTCVDFactory does not know where RTCVideoDecoder is created (it is
created in one of the parameter's task runner), however it knows
where to destroy it. Address this imbalance by offering an
RTCVideoDecoder::Destroy() where the threading is explicit, since
it lives next to RTCVideoDecoder::Create().
BUG=554737
TEST= tiny change, all unit tests passing.
Committed: https://crrev.com/9fa42c24df5eb91352e1f1a7f0989007f3024b74
Cr-Commit-Position: refs/heads/master@{#360606}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|