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

Unified Diff: media/filters/decoder_base.h

Issue 155711: Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names. (Closed)
Patch Set: Created 11 years, 5 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
« no previous file with comments | « media/filters/audio_renderer_base_unittest.cc ('k') | media/filters/ffmpeg_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/decoder_base.h
diff --git a/media/filters/decoder_base.h b/media/filters/decoder_base.h
index 3e1ba52c89a4c6f2de388aa869f6635a2efcfa7d..6d6aa67433790c9f16d7b708eb6a85549eed9aae 100644
--- a/media/filters/decoder_base.h
+++ b/media/filters/decoder_base.h
@@ -157,7 +157,7 @@ class DecoderBase : public Decoder {
// Delegate to subclass first.
if (!OnInitialize(demuxer_stream_)) {
- this->host()->Error(PIPELINE_ERROR_DECODE);
+ this->host()->SetError(PIPELINE_ERROR_DECODE);
callback->Run();
return;
}
« no previous file with comments | « media/filters/audio_renderer_base_unittest.cc ('k') | media/filters/ffmpeg_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698