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/base/coded_frame_provider.cc

Issue 542893003: Add the frame provider base class used in cast media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/base/coded_frame_provider.cc
diff --git a/chromecast/media/cma/base/media_task_runner.cc b/chromecast/media/cma/base/coded_frame_provider.cc
similarity index 64%
copy from chromecast/media/cma/base/media_task_runner.cc
copy to chromecast/media/cma/base/coded_frame_provider.cc
index 5b5423bbdf1cebbe2d38b536edeab29c0a40ed00..56e461cfd8d0595d15fc522948c5a64cb71a50d2 100644
--- a/chromecast/media/cma/base/media_task_runner.cc
+++ b/chromecast/media/cma/base/coded_frame_provider.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/media/cma/base/media_task_runner.h"
+#include "chromecast/media/cma/base/coded_frame_provider.h"
namespace chromecast {
namespace media {
-MediaTaskRunner::MediaTaskRunner() {
+CodedFrameProvider::CodedFrameProvider() {
}
-MediaTaskRunner::~MediaTaskRunner() {
+CodedFrameProvider::~CodedFrameProvider() {
}
} // namespace media
« no previous file with comments | « chromecast/media/cma/base/coded_frame_provider.h ('k') | chromecast/media/cma/filters/demuxer_stream_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698