Index: media/filters/decoder_stream.h |
diff --git a/media/filters/decoder_stream.h b/media/filters/decoder_stream.h |
index c077a1830eccfe288e5e8f3401fdbed24c91b197..b8e1e22de03716dbdbc66e24c0615bdad1af7a1f 100644 |
--- a/media/filters/decoder_stream.h |
+++ b/media/filters/decoder_stream.h |
@@ -183,6 +183,10 @@ class MEDIA_EXPORT DecoderStream { |
// splice_timestamp() of kNoTimestamp() is encountered. |
bool active_splice_; |
+ // An end-of-stream buffer has been sent for decoding. No more buffers should |
+ // be sent for decoding until the resulting flush completes. |
xhwang
2014/08/21 16:37:07
nit: s/until .../unless the decoder is reset or re
sandersd (OOO until July 31)
2014/08/23 00:49:15
Updated to reflect the final logic I implemented.
|
+ bool decoding_eos_; |
+ |
// Decoded buffers that haven't been read yet. Used when the decoder supports |
// parallel decoding. |
std::list<scoped_refptr<Output> > ready_outputs_; |