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

Unified Diff: chromecast/media/cma/pipeline/load_type.h

Issue 741863002: Chromecast: adds a media pipeline feeding data to CMA device backends. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cma-cdm
Patch Set: address nits, merge Pause/Flush Created 6 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 | « chromecast/media/cma/pipeline/decrypt_util.cc ('k') | chromecast/media/cma/pipeline/media_pipeline.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/pipeline/load_type.h
diff --git a/chromecast/media/cma/base/coded_frame_provider.cc b/chromecast/media/cma/pipeline/load_type.h
similarity index 52%
copy from chromecast/media/cma/base/coded_frame_provider.cc
copy to chromecast/media/cma/pipeline/load_type.h
index 56e461cfd8d0595d15fc522948c5a64cb71a50d2..569b2ef33f2fc5fddb1e3481646947652c34b6f5 100644
--- a/chromecast/media/cma/base/coded_frame_provider.cc
+++ b/chromecast/media/cma/pipeline/load_type.h
@@ -2,16 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/media/cma/base/coded_frame_provider.h"
+#ifndef CHROMECAST_MEDIA_CMA_PIPELINE_LOAD_TYPE_H_
+#define CHROMECAST_MEDIA_CMA_PIPELINE_LOAD_TYPE_H_
namespace chromecast {
namespace media {
-CodedFrameProvider::CodedFrameProvider() {
-}
-
-CodedFrameProvider::~CodedFrameProvider() {
-}
+enum LoadType {
+ kLoadTypeURL,
+ kLoadTypeMediaSource,
+ kLoadTypeMediaStream,
+};
} // namespace media
} // namespace chromecast
+
+#endif // CHROMECAST_MEDIA_CMA_PIPELINE_LOAD_TYPE_H_
« no previous file with comments | « chromecast/media/cma/pipeline/decrypt_util.cc ('k') | chromecast/media/cma/pipeline/media_pipeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698