Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: media/filters/decoder_selector.cc

Issue 165733002: Add DecryptingDemuxerStream::Stop(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/filters/decoder_selector.cc
diff --git a/media/filters/decoder_selector.cc b/media/filters/decoder_selector.cc
index 8f71d56b7f173a3e7d46c7c80c1d0b70d6d695fc..d9c7ea68201cc29242473cf8565d7fc7761f1fe3 100644
--- a/media/filters/decoder_selector.cc
+++ b/media/filters/decoder_selector.cc
@@ -130,7 +130,7 @@ void DecoderSelector<StreamType>::Abort() {
}
if (decrypted_stream_) {
- decrypted_stream_->Reset(
+ decrypted_stream_->Stop(
base::Bind(&DecoderSelector<StreamType>::ReturnNullDecoder,
weak_ptr_factory_.GetWeakPtr()));
return;
« no previous file with comments | « no previous file | media/filters/decrypting_demuxer_stream.h » ('j') | media/filters/decrypting_demuxer_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698