Chromium Code Reviews
DescriptionReport media error if PlayOutputBuffer failed
Replace CHECK_EQ with a proper error reporting in
MediaSourcePlayer and MediaCodecPlayer. This CL completes
https://codereview.chromium.org/1764813002.
For MediaSourcePlayer we report the error through the
status that is passed with DecoderCallback. For MediaCodecPlayer
the decoder's method Render() now returns bool.
BUG=585978, 606061
Committed: https://crrev.com/68736c79b4c85fc95c321f1e4b5523a9e22dd1df
Cr-Commit-Position: refs/heads/master@{#393124}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Do not override the status unless we got an error #
Total comments: 2
Patch Set 3 : Addressed Min's comment #Messages
Total messages: 17 (7 generated)
|