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

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

Issue 2722673004: Revert of [Chromecast] Process streams with different post-processing. (Closed)
Patch Set: 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 df0b8895edc67e32640572d6d93148a00357eea2..4b77c9053da474639b322967b4c0d2dbc642df19 100644
--- a/chromecast/media/cma/backend/media_pipeline_backend_manager.cc
+++ b/chromecast/media/cma/backend/media_pipeline_backend_manager.cc
@@ -45,7 +45,6 @@
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(
« no previous file with comments | « chromecast/media/cma/backend/alsa/stream_mixer_alsa_unittest.cc ('k') | chromecast/media/cma/pipeline/load_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698