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

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

Issue 1306843003: CmaMediaPipelineClient to watch media pipeline status (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/pipeline/media_pipeline_client.h
diff --git a/chromecast/media/cma/pipeline/media_pipeline_client.h b/chromecast/media/cma/pipeline/media_pipeline_client.h
index 692263c6e6a3306bbfc170fb75ff8899f2d6f9ea..a53c10b112c3a8bd215e8b0990fbd58e0c7754a0 100644
--- a/chromecast/media/cma/pipeline/media_pipeline_client.h
+++ b/chromecast/media/cma/pipeline/media_pipeline_client.h
@@ -29,6 +29,10 @@ struct MediaPipelineClient {
// Callback used to report the buffering status.
::media::BufferingStateCB buffering_state_cb;
+
+ // Callback used to report the create of MediaPipelineBackend
halliwell 2015/08/25 00:48:34 nit: creation. and either comment destroy or expa
yucliu1 2015/08/25 04:27:58 Done.
+ base::Closure device_components_create_cb;
+ base::Closure device_components_destroy_cb;
};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698