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

Unified Diff: chromecast/renderer/media/audio_pipeline_proxy.h

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix end_to_end test + address slan comments Created 5 years, 2 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/renderer/media/audio_pipeline_proxy.h
diff --git a/chromecast/renderer/media/audio_pipeline_proxy.h b/chromecast/renderer/media/audio_pipeline_proxy.h
index 7bcc6852e6a820bc67be5cb72eb8ebb7a861d75b..06b2efe273b103ec4e2376a7b35320ff11ba6440 100644
--- a/chromecast/renderer/media/audio_pipeline_proxy.h
+++ b/chromecast/renderer/media/audio_pipeline_proxy.h
@@ -11,7 +11,7 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
#include "chromecast/common/media/cma_ipc_common.h"
-#include "chromecast/media/cma/pipeline/audio_pipeline.h"
+#include "chromecast/renderer/media/audio_pipeline.h"
#include "media/base/pipeline_status.h"
namespace base {
@@ -26,10 +26,10 @@ class AudioDecoderConfig;
namespace chromecast {
namespace media {
class AudioPipelineProxyInternal;
-struct AvPipelineClient;
class AvStreamerProxy;
class CodedFrameProvider;
class MediaChannelProxy;
+struct AvPipelineClient;
class AudioPipelineProxy : public AudioPipeline {
public:
@@ -75,4 +75,4 @@ class AudioPipelineProxy : public AudioPipeline {
} // namespace media
} // namespace chromecast
-#endif // CHROMECAST_RENDERER_MEDIA_AUDIO_PIPELINE_PROXY_H_
+#endif // CHROMECAST_RENDERER_MEDIA_AUDIO_PIPELINE_PROXY_H_

Powered by Google App Engine
This is Rietveld 408576698