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

Unified Diff: media/base/media.h

Issue 1690063002: Fix mime type mappings when the unified media pipeline is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include MSE fixes. Created 4 years, 10 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/base/media.h
diff --git a/media/base/media.h b/media/base/media.h
index 01a913bc45ff956702377f097a036015951821f0..22c0034fc21b1ba8fb6de93d5a12cee70ab73a23 100644
--- a/media/base/media.h
+++ b/media/base/media.h
@@ -8,6 +8,7 @@
#ifndef MEDIA_BASE_MEDIA_H_
#define MEDIA_BASE_MEDIA_H_
+#include "build/build_config.h"
#include "media/base/media_export.h"
namespace base {
@@ -20,6 +21,10 @@ namespace media {
// features.
MEDIA_EXPORT void InitializeMediaLibrary();
+#if defined(OS_ANDROID)
+MEDIA_EXPORT bool IsUnifiedMediaPipelineEnabled();
+#endif
+
} // namespace media
#endif // MEDIA_BASE_MEDIA_H_

Powered by Google App Engine
This is Rietveld 408576698