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

Unified Diff: chromecast/media/cma/backend/alsa/cast_media_shlib.cc

Issue 2958393002: Add a simple, safe gain PostProcessor. (Closed)
Patch Set: Unrelated cleanup Created 3 years, 5 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: chromecast/media/cma/backend/alsa/cast_media_shlib.cc
diff --git a/chromecast/media/cma/backend/alsa/cast_media_shlib.cc b/chromecast/media/cma/backend/alsa/cast_media_shlib.cc
index 4a2d49c3cc49dc6c02e5b216f4a9ec15ebe05e0d..6e2bda62456104c51edd2f0bc31ab0da4743c8ac 100644
--- a/chromecast/media/cma/backend/alsa/cast_media_shlib.cc
+++ b/chromecast/media/cma/backend/alsa/cast_media_shlib.cc
@@ -198,8 +198,9 @@ void CastMediaShlib::RemoveLoopbackAudioObserver(
LoopbackAudioObserver* observer) {
StreamMixerAlsa::Get()->RemoveLoopbackAudioObserver(observer);
}
-void SetPostProcessorConfig(const std::string& name,
- const std::string& config) {
+
+void CastMediaShlib::SetPostProcessorConfig(const std::string& name,
+ const std::string& config) {
StreamMixerAlsa::Get()->SetPostProcessorConfig(name, config);
}

Powered by Google App Engine
This is Rietveld 408576698