Chromium Code Reviews
DescriptionIntroduce VideoFrameStream, the video frame provider in media pipeline.
VideoFrameStream wraps DemuxerStreams and VideoDecoders to provide VideoFrames
to it's client (e.g. VideoRendererBase). It hides details of the interraction
between DemuxerStream and VideoDecoder. To it's client, VideoFrameStream works
as a reliable VideoFrame source which, after initialization, simply returns
VideoFrames until end-of-stream (EOS).
BUG=141788
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190181
Patch Set 1 #Patch Set 2 : Call VideoDecoder::Reset()/Stop() during pending read. #
Total comments: 1
Patch Set 3 : Add unittests. #
Total comments: 30
Patch Set 4 : comments resolved #
Total comments: 4
Patch Set 5 : Rebased #
Total comments: 2
Patch Set 6 : Prettier name for test. #
Messages
Total messages: 12 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||