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

Unified Diff: media/remoting/remote_demuxer_stream_adapter.cc

Issue 2457563002: Media Remoting: Add remoting control logic for encrypted contents. (Closed)
Patch Set: Addressed comments from PS#12. Fixed ASAN. Created 4 years, 1 month 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 | « media/remoting/fake_remoting_controller.cc ('k') | media/remoting/remote_renderer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/remote_demuxer_stream_adapter.cc
diff --git a/media/remoting/remote_demuxer_stream_adapter.cc b/media/remoting/remote_demuxer_stream_adapter.cc
index 7c2395c30daaba728af8fbaf60467c4cb1a130a0..13c7e9ff0837bc6070b7f6a64b8bcc9f370c81a9 100644
--- a/media/remoting/remote_demuxer_stream_adapter.cc
+++ b/media/remoting/remote_demuxer_stream_adapter.cc
@@ -233,7 +233,7 @@ void RemoteDemuxerStreamAdapter::OnNewBuffer(
return;
case ::media::DemuxerStream::kConfigChanged:
// TODO(erickung): consider sending updated Audio/Video decoder config to
- // RemotingController.
+ // RemotingRendererController.
// Stores available audio/video decoder config and issues
// RPC_DS_READUNTIL_CALLBACK RPC to notify receiver.
DCHECK(!input);
« no previous file with comments | « media/remoting/fake_remoting_controller.cc ('k') | media/remoting/remote_renderer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698