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

Unified Diff: media/base/media_log.cc

Issue 2230583002: Add MediaPlayerRenderer/MediaPlayerRendererClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added MEDIA_EXPORT. Created 4 years, 4 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/base/android/media_url_demuxer_unittest.cc ('k') | media/base/media_url_demuxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_log.cc
diff --git a/media/base/media_log.cc b/media/base/media_log.cc
index 546eb45026940fd01703e23dc0d277240538e7b7..f86b4cee76b169e2a82ae6fd3bf2e8dc1d5bc44b 100644
--- a/media/base/media_log.cc
+++ b/media/base/media_log.cc
@@ -101,6 +101,8 @@ std::string MediaLog::PipelineStatusToString(PipelineStatus status) {
return "pipeline: initialization failed";
case PIPELINE_ERROR_COULD_NOT_RENDER:
return "pipeline: could not render";
+ case PIPELINE_ERROR_EXTERNAL_RENDERER_FAILED:
+ return "pipeline: external renderer failed";
case PIPELINE_ERROR_READ:
return "pipeline: read error";
case PIPELINE_ERROR_INVALID_STATE:
« no previous file with comments | « media/base/android/media_url_demuxer_unittest.cc ('k') | media/base/media_url_demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698