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

Unified Diff: media/cast/audio_receiver/audio_receiver.h

Issue 229503002: Cast: Make castv2 mirroring performance test run again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years, 8 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/cast/audio_receiver/audio_receiver.h
diff --git a/media/cast/audio_receiver/audio_receiver.h b/media/cast/audio_receiver/audio_receiver.h
index 8056095d026e655acfa29c8bf2bd6e10f3f1a9b2..6aae1361afe8367d6195f747afe6be50f4d4574f 100644
--- a/media/cast/audio_receiver/audio_receiver.h
+++ b/media/cast/audio_receiver/audio_receiver.h
@@ -47,10 +47,9 @@ class AudioDecoder;
// Two types of frames can be requested: 1) A frame of decoded audio data; or 2)
// a frame of still-encoded audio data, to be passed into an external audio
// decoder. Each request for a frame includes a callback which AudioReceiver
-// guarantees will be called at some point in the future. Clients should
-// generally limit the number of outstanding requests (perhaps to just one or
-// two). When AudioReceiver is destroyed, any outstanding requests will be
-// immediately invoked with a NULL frame.
+// guarantees will be called at some point in the future unless the
+// AudioReceiver is destroyed. Clients should generally limit the number of
+// outstanding requests (perhaps to just one or two).
//
// This class is not thread safe. Should only be called from the Main cast
// thread.
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | media/cast/audio_receiver/audio_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698