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

Unified Diff: chromecast/media/cma/pipeline/media_pipeline_impl.cc

Issue 2617823003: [Chromecast] Make buffering logging less confusing (Closed)
Patch Set: change back to CMALOG Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/pipeline/media_pipeline_impl.cc
diff --git a/chromecast/media/cma/pipeline/media_pipeline_impl.cc b/chromecast/media/cma/pipeline/media_pipeline_impl.cc
index 4000955562473c54b64a3c5b4b5a3c427b4b9f1c..14ced50a4d383c37ea7f16eac46266c695ab54b9 100644
--- a/chromecast/media/cma/pipeline/media_pipeline_impl.cc
+++ b/chromecast/media/cma/pipeline/media_pipeline_impl.cc
@@ -364,7 +364,7 @@ void MediaPipelineImpl::OnBufferingNotification(bool is_buffering) {
// TODO(alokp): WebMediaPlayerImpl currently only handles HAVE_ENOUGH.
// See WebMediaPlayerImpl::OnPipelineBufferingStateChanged,
// http://crbug.com/144683.
- LOG(WARNING) << "Ignoring buffering notification.";
+ NOTIMPLEMENTED();
} else {
client_.buffering_state_cb.Run(::media::BUFFERING_HAVE_ENOUGH);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698