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

Unified Diff: media/base/android/media_codec_bridge.h

Issue 2283493003: Delete browser MSE implementation. (Closed)
Patch Set: Actually delete MSP. Cleanse references. Remove AudioTrack usage. Created 4 years, 3 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: media/base/android/media_codec_bridge.h
diff --git a/media/base/android/media_codec_bridge.h b/media/base/android/media_codec_bridge.h
index 34c08234ac2f5575f233cf6d9ad09489318434ce..5ee86396edf50fd6c3e523181d3a54f059ecbaab 100644
--- a/media/base/android/media_codec_bridge.h
+++ b/media/base/android/media_codec_bridge.h
@@ -103,8 +103,7 @@ class MEDIA_EXPORT MediaCodecBridge {
const std::vector<SubsampleEntry>& subsamples,
base::TimeDelta presentation_time);
- // Same QueueSecureInputBuffer overriden for the use with MediaSourcePlayer
- // and MediaCodecPlayer.
+ // Same QueueSecureInputBuffer overriden for the use with MediaCodecPlayer.
wolenetz 2016/09/30 23:23:24 But.. no MediaCodecPlayer is in the code as of Aug
DaleCurtis 2016/09/30 23:34:24 Comment updated.
// TODO(timav): remove this method and keep only the one above after we
// switch to the Spitzer pipeline.
virtual MediaCodecStatus QueueSecureInputBuffer(

Powered by Google App Engine
This is Rietveld 408576698