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

Unified Diff: chromecast/browser/media/media_pipeline_host.h

Issue 1168643004: Allow CastContentBrowserClient to customise media pipeline device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment updates + Android exclusion Created 5 years, 6 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: chromecast/browser/media/media_pipeline_host.h
diff --git a/chromecast/browser/media/media_pipeline_host.h b/chromecast/browser/media/media_pipeline_host.h
index dc15db9424035c84343afdaa80ce02c14036e387..7c4a4b04b97055ebebc82e92da4529c4db3a8a30 100644
--- a/chromecast/browser/media/media_pipeline_host.h
+++ b/chromecast/browser/media/media_pipeline_host.h
@@ -14,6 +14,7 @@
#include "base/threading/thread_checker.h"
#include "base/time/time.h"
#include "chromecast/common/media/cma_ipc_common.h"
+#include "chromecast/media/cma/backend/media_pipeline_device.h"
#include "chromecast/media/cma/pipeline/load_type.h"
#include "media/base/pipeline_status.h"
@@ -40,8 +41,10 @@ class MediaPipelineHost {
MediaPipelineHost();
~MediaPipelineHost();
- void Initialize(LoadType load_type,
- const MediaPipelineClient& client);
+ void Initialize(
+ LoadType load_type,
+ const MediaPipelineClient& client,
+ const media::CreatePipelineDeviceCB& create_pipeline_device_cb);
void SetAvPipe(TrackId track_id,
scoped_ptr<base::SharedMemory> shared_mem,
@@ -83,4 +86,3 @@ class MediaPipelineHost {
} // namespace chromecast
#endif // CHROMECAST_BROWSER_MEDIA_MEDIA_PIPELINE_HOST_H_
-
« no previous file with comments | « chromecast/browser/media/cma_message_filter_host.cc ('k') | chromecast/browser/media/media_pipeline_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698