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

Unified Diff: media/base/media_log.cc

Issue 10165010: Add a media pipeline status error code for decryption error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revise comment and rebase Created 8 years, 8 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 | « no previous file | media/base/pipeline_status.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 0920fb4f4983d4511b50d0c32eb47ee0640cd0f5..d1ac7def7d1c338246f5114182d3c87d77446ded 100644
--- a/media/base/media_log.cc
+++ b/media/base/media_log.cc
@@ -110,6 +110,8 @@ const char* MediaLog::PipelineStatusToString(PipelineStatus status) {
return "pipeline: network error";
case PIPELINE_ERROR_DECODE:
return "pipeline: decode error";
+ case PIPELINE_ERROR_DECRYPT:
+ return "pipeline: decrypt error";
case PIPELINE_ERROR_ABORT:
return "pipeline: abort";
case PIPELINE_ERROR_INITIALIZATION_FAILED:
« no previous file with comments | « no previous file | media/base/pipeline_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698