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

Unified Diff: chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h

Issue 2701613006: [Chromecast] Process streams with different post-processing. (Closed)
Patch Set: Fix nits Created 3 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: chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h
diff --git a/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h b/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h
index 1490fdbc716594236f2003cb22a0d505a189565d..77fce77b36145e7503795b2dba718b1b7b1b5091 100644
--- a/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h
+++ b/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h
@@ -11,6 +11,7 @@
#include "base/memory/ref_counted.h"
#include "base/threading/thread_checker.h"
#include "chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h"
+#include "chromecast/public/media/media_pipeline_device_params.h"
namespace chromecast {
namespace media {
@@ -50,7 +51,8 @@ class StreamMixerAlsaInput {
// exist.
StreamMixerAlsaInput(Delegate* delegate,
int samples_per_second,
- bool primary);
+ bool primary,
+ std::string name);
wzhong 2017/02/21 16:03:46 const std::string&
bshaya 2017/02/21 23:30:14 Done.
// Removes this input from the mixer, destroying the mixer if there are no
// remaining inputs.
~StreamMixerAlsaInput();

Powered by Google App Engine
This is Rietveld 408576698