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

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

Issue 2577743002: [chromecast] Deletes libcast_media_1.0_default_core. (Closed)
Patch Set: rebase + simplify libcast_media target Created 4 years 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/media_pipeline_backend_alsa.h
diff --git a/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h b/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
index d8e3058776fba6d1cdb5e3f9c9b55f74fd3f0a7a..23b524d643f49183a33c215d2e148ba99f0523b7 100644
--- a/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
+++ b/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
@@ -20,7 +20,7 @@ class SingleThreadTaskRunner;
namespace chromecast {
namespace media {
class AudioDecoderAlsa;
-class VideoDecoderDefault;
+class VideoDecoderAlsa;
class MediaPipelineBackendAlsa : public MediaPipelineBackend {
public:
@@ -54,7 +54,7 @@ class MediaPipelineBackendAlsa : public MediaPipelineBackend {
State state_;
const MediaPipelineDeviceParams params_;
- std::unique_ptr<VideoDecoderDefault> video_decoder_;
+ std::unique_ptr<VideoDecoderAlsa> video_decoder_;
std::unique_ptr<AudioDecoderAlsa> audio_decoder_;
DISALLOW_COPY_AND_ASSIGN(MediaPipelineBackendAlsa);
« no previous file with comments | « chromecast/media/cma/backend/alsa/BUILD.gn ('k') | chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698