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

Unified Diff: trunk/src/media/base/filter_collection.cc

Issue 14320005: Revert 194993 "Remove reference counting from media::VideoDecode..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « trunk/src/media/base/filter_collection.h ('k') | trunk/src/media/base/mock_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/base/filter_collection.cc
===================================================================
--- trunk/src/media/base/filter_collection.cc (revision 195011)
+++ trunk/src/media/base/filter_collection.cc (working copy)
@@ -7,6 +7,7 @@
#include "base/logging.h"
#include "media/base/audio_renderer.h"
#include "media/base/demuxer.h"
+#include "media/base/video_decoder.h"
#include "media/base/video_renderer.h"
namespace media {
@@ -41,4 +42,8 @@
return video_renderer_.Pass();
}
+FilterCollection::VideoDecoderList* FilterCollection::GetVideoDecoders() {
+ return &video_decoders_;
+}
+
} // namespace media
« no previous file with comments | « trunk/src/media/base/filter_collection.h ('k') | trunk/src/media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698