| Index: media/filters/gpu_video_decoder.cc
|
| diff --git a/media/filters/gpu_video_decoder.cc b/media/filters/gpu_video_decoder.cc
|
| index 0109dc7dae39901d94d3fb7a493da6aa722941bd..bfb271795a00285df5d92998606bbc59d746dab4 100644
|
| --- a/media/filters/gpu_video_decoder.cc
|
| +++ b/media/filters/gpu_video_decoder.cc
|
| @@ -319,7 +319,7 @@ void GpuVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
|
| DVLOG(3) << __FUNCTION__ << " Initiating Flush for EOS.";
|
| state_ = kDrainingDecoder;
|
| eos_decode_cb_ = bound_decode_cb;
|
| - vda_->Flush();
|
| + vda_->Flush(false);
|
| return;
|
| }
|
|
|
|
|