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

Unified Diff: chromecast/public/cast_media_shlib.h

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 2 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/public/cast_media_shlib.h
diff --git a/chromecast/public/cast_media_shlib.h b/chromecast/public/cast_media_shlib.h
index d523db881621fc3e0fde3c1336f4346158b646e0..01264ded1b80af3b2a586e2bf2651a1d2ab7f42f 100644
--- a/chromecast/public/cast_media_shlib.h
+++ b/chromecast/public/cast_media_shlib.h
@@ -42,9 +42,8 @@ class CHROMECAST_EXPORT CastMediaShlib {
// called at any time. The VideoPlane object must be destroyed in Finalize.
static VideoPlane* GetVideoPlane();
- // Creates a factory object for a media pipeline backend. Called in the
- // browser process, any number of times (once per media pipeline). Each call
- // must instantiate a new factory object
+ // Creates a media pipeline backend. Called in the browser process for each
+ // media pipeline and raw audio stream.
slan 2015/10/06 19:34:00 Even though each MediaPipelineBackend must be able
kmackay 2015/10/06 21:44:55 Updated the comments. This function is called once
slan 2015/10/06 22:15:05 Thanks, much clearer.
static MediaPipelineBackend* CreateMediaPipelineBackend(
const MediaPipelineDeviceParams& params);
};

Powered by Google App Engine
This is Rietveld 408576698