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

Unified Diff: media/base/pipeline_status.h

Issue 2492953003: media: Delete renderer/demuxer splicing code. (Closed)
Patch Set: 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
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,
// Must be equal to the largest value ever logged.
PIPELINE_STATUS_MAX = PIPELINE_ERROR_EXTERNAL_RENDERER_FAILED,

Powered by Google App Engine
This is Rietveld 408576698