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

Unified Diff: media/base/media_log.cc

Issue 7867051: Introduce AudioDecoderConfig to migrate away from GetAVStream(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blam Created 9 years, 3 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/base/media_log.cc
diff --git a/media/base/media_log.cc b/media/base/media_log.cc
index 62f509edd600b11a791989fe8ad879a86995b4a3..af205dd2fd008f07dcc50c360ba243adebdbbe42 100644
--- a/media/base/media_log.cc
+++ b/media/base/media_log.cc
@@ -137,6 +137,8 @@ const char* MediaLog::PipelineStatusToString(PipelineStatus status) {
return "demuxer: no supported streams";
case DEMUXER_ERROR_COULD_NOT_CREATE_THREAD:
return "demuxer: could not create thread";
+ case DECODER_ERROR_NOT_SUPPORTED:
+ return "decoder: not supported";
case DATASOURCE_ERROR_URL_NOT_SUPPORTED:
return "data source: url not supported";
}

Powered by Google App Engine
This is Rietveld 408576698