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

Unified Diff: media/base/media_switches.h

Issue 2170303002: Make MSE buffer sizes configurable via command line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | media/base/media_switches.cc » ('j') | media/filters/media_source_state.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 322f5525ce7da85d0b339217996c1339fc3b2ae2..360d13be630de9db569e975c33aa1a7fe562723b 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -67,6 +67,9 @@ MEDIA_EXPORT extern const char kEnableVp9InMp4[];
MEDIA_EXPORT extern const char kForceVideoOverlays[];
+MEDIA_EXPORT extern const char kMSEAudioBufferSize[];
wolenetz 2016/07/28 17:55:08 IIUC, these need to be propogated from browser to
servolk 2016/07/28 21:46:46 Good point, yeah, I'll add the new flags to that l
wolenetz 2016/07/28 23:02:15 Let's not do this for all media tests. There is a
servolk 2016/07/29 21:03:25 Ok, yeah, I'll look into adding a virtual test sui
servolk 2016/07/29 23:16:39 TBH I find the virtual test suites a bit confusing
+MEDIA_EXPORT extern const char kMSEVideoBufferSize[];
+
} // namespace switches
namespace media {
« no previous file with comments | « no previous file | media/base/media_switches.cc » ('j') | media/filters/media_source_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698