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

Unified Diff: chromecast/media/cma/backend/media_pipeline_backend_manager.cc

Issue 2701613006: [Chromecast] Process streams with different post-processing. (Closed)
Patch Set: constexpr Created 3 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: chromecast/media/cma/backend/media_pipeline_backend_manager.cc
diff --git a/chromecast/media/cma/backend/media_pipeline_backend_manager.cc b/chromecast/media/cma/backend/media_pipeline_backend_manager.cc
index 4b77c9053da474639b322967b4c0d2dbc642df19..df0b8895edc67e32640572d6d93148a00357eea2 100644
--- a/chromecast/media/cma/backend/media_pipeline_backend_manager.cc
+++ b/chromecast/media/cma/backend/media_pipeline_backend_manager.cc
@@ -45,6 +45,7 @@ MediaPipelineBackendManager::CreateMediaPipelineBackend(
const media::MediaPipelineDeviceParams& params,
int stream_type) {
DCHECK(media_task_runner_->BelongsToCurrentThread());
+ LOG(INFO) << "Creating a " << params.device_id << " stream.";
std::unique_ptr<MediaPipelineBackend> backend_ptr(
new MediaPipelineBackendWrapper(
base::WrapUnique(

Powered by Google App Engine
This is Rietveld 408576698