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

Unified Diff: media/base/pipeline_status.h

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/media_url_demuxer_unittest.cc ('k') | media/blink/webmediaplayer_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline_status.h
diff --git a/media/base/pipeline_status.h b/media/base/pipeline_status.h
index 2f4b35945f619ae0c3bae8244ee9dc7852537895..4df7ddb0e6748aef2b1d05c7195e8730dee90ad4 100644
--- a/media/base/pipeline_status.h
+++ b/media/base/pipeline_status.h
@@ -27,6 +27,7 @@ enum PipelineStatus {
PIPELINE_ERROR_READ = 9,
// Deprecated: PIPELINE_ERROR_OPERATION_PENDING = 10,
PIPELINE_ERROR_INVALID_STATE = 11,
+ PIPELINE_ERROR_EXTERNAL_RENDERER_FAILED = 21,
// Demuxer related errors.
DEMUXER_ERROR_COULD_NOT_OPEN = 12,
@@ -46,7 +47,7 @@ enum PipelineStatus {
AUDIO_RENDERER_ERROR_SPLICE_FAILED = 20,
// Must be equal to the largest value ever logged.
- PIPELINE_STATUS_MAX = AUDIO_RENDERER_ERROR_SPLICE_FAILED,
+ PIPELINE_STATUS_MAX = PIPELINE_ERROR_EXTERNAL_RENDERER_FAILED,
};
typedef base::Callback<void(PipelineStatus)> PipelineStatusCB;
« no previous file with comments | « media/base/media_url_demuxer_unittest.cc ('k') | media/blink/webmediaplayer_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698