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

Unified Diff: media/cast/cast_defines.h

Issue 555563003: Cast: Flow hw encoder initialization error to extensions API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 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/cast/cast_defines.h
diff --git a/media/cast/cast_defines.h b/media/cast/cast_defines.h
index c1fcea13a089c229ea97a4426948d8cc628ed2ef..d694ad0e0b080aaab4f0474878eb07c44cca2f72 100644
--- a/media/cast/cast_defines.h
+++ b/media/cast/cast_defines.h
@@ -47,8 +47,7 @@ enum CastInitializationStatus {
STATUS_UNSUPPORTED_VIDEO_CODEC,
STATUS_INVALID_AUDIO_CONFIGURATION,
STATUS_INVALID_VIDEO_CONFIGURATION,
- STATUS_GPU_ACCELERATION_NOT_SUPPORTED,
- STATUS_GPU_ACCELERATION_ERROR,
+ STATUS_HW_VIDEO_ENCODER_NOT_SUPPORTED,
};
enum DefaultSettings {

Powered by Google App Engine
This is Rietveld 408576698