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

Unified Diff: chrome/renderer/media/cast_receiver_session.cc

Issue 1714593003: Introduce media::AudioPushFifo and a couple of use cases (and clean-ups). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest compile breakage caused by recent method rename. Created 4 years, 10 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: chrome/renderer/media/cast_receiver_session.cc
diff --git a/chrome/renderer/media/cast_receiver_session.cc b/chrome/renderer/media/cast_receiver_session.cc
index 583be4d0ec426d9587948c67ff37858c7343f3a8..921b300dc9bd035d2f09c4cfdd746ba17020f3c2 100644
--- a/chrome/renderer/media/cast_receiver_session.cc
+++ b/chrome/renderer/media/cast_receiver_session.cc
@@ -169,7 +169,7 @@ void CastReceiverSession::AudioCapturerSource::Initialize(
callback->OnCaptureError(std::string());
return;
}
- audio_valve_ = new CastReceiverAudioValve(callback);
+ audio_valve_ = new CastReceiverAudioValve(params, callback);
}
void CastReceiverSession::AudioCapturerSource::Start() {
« no previous file with comments | « chrome/renderer/media/cast_receiver_audio_valve.cc ('k') | chrome/renderer/media/cast_receiver_session_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698