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

Unified Diff: media/base/pipeline_status.h

Issue 2492953003: media: Delete renderer/demuxer splicing code. (Closed)
Patch Set: cleanup Created 4 years, 1 month 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_log.cc ('k') | media/base/stream_parser_buffer.h » ('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 4df7ddb0e6748aef2b1d05c7195e8730dee90ad4..2899824665506cf7ffb9536a15d25661c42cfea8 100644
--- a/media/base/pipeline_status.h
+++ b/media/base/pipeline_status.h
@@ -44,7 +44,7 @@ enum PipelineStatus {
// Audio rendering errors.
AUDIO_RENDERER_ERROR = 19,
- AUDIO_RENDERER_ERROR_SPLICE_FAILED = 20,
+ // Deprecated: AUDIO_RENDERER_ERROR_SPLICE_FAILED = 20,
DaleCurtis 2016/11/11 00:54:48 Need to keep this value here but commented out, ot
// Must be equal to the largest value ever logged.
PIPELINE_STATUS_MAX = PIPELINE_ERROR_EXTERNAL_RENDERER_FAILED,
« no previous file with comments | « media/base/media_log.cc ('k') | media/base/stream_parser_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698