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

Unified Diff: content/renderer/media/mock_media_stream_dispatcher.cc

Issue 1966043006: Revert of MediaStream audio: Refactor 3 separate "glue" implementations into one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: content/renderer/media/mock_media_stream_dispatcher.cc
diff --git a/content/renderer/media/mock_media_stream_dispatcher.cc b/content/renderer/media/mock_media_stream_dispatcher.cc
index 86947d0b7d2a4ea8fd9d6b9dd92eb4b393e5340d..b173192e8894a03a5e2cf91a876c35be88d30b46 100644
--- a/content/renderer/media/mock_media_stream_dispatcher.cc
+++ b/content/renderer/media/mock_media_stream_dispatcher.cc
@@ -6,7 +6,6 @@
#include "base/strings/string_number_conversions.h"
#include "content/public/common/media_stream_request.h"
-#include "media/base/audio_parameters.h"
#include "testing/gtest/include/gtest/gtest.h"
// Used for ID for output devices and for matching output device ID for input
@@ -118,9 +117,6 @@
kAudioOutputDeviceIdPrefix + base::IntToString(session_id_);
}
audio.session_id = session_id_;
- audio.device.input.sample_rate = media::AudioParameters::kAudioCDSampleRate;
- audio.device.input.channel_layout = media::CHANNEL_LAYOUT_STEREO;
- audio.device.input.frames_per_buffer = audio.device.input.sample_rate / 100;
audio_input_array_.push_back(audio);
}
« no previous file with comments | « content/renderer/media/mock_audio_device_factory.cc ('k') | content/renderer/media/mock_media_stream_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698