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

Unified Diff: media/tools/player_x11/player_x11.cc

Issue 5527003: Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, respectively. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Missed a few more Created 10 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
« no previous file with comments | « media/tools/player_wtl/movie.cc ('k') | webkit/glue/media/buffered_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_x11/player_x11.cc
diff --git a/media/tools/player_x11/player_x11.cc b/media/tools/player_x11/player_x11.cc
index ffff1bd92848a034b0d846379c15e5919ef79f66..2604c3c9d9bd24b3b89f7e5339d686a4cb15ce97 100644
--- a/media/tools/player_x11/player_x11.cc
+++ b/media/tools/player_x11/player_x11.cc
@@ -97,8 +97,8 @@ bool InitPipeline(MessageLoop* message_loop,
}
// Create our filter factories.
- scoped_ptr<media::MediaFilterCollection> collection(
- new media::MediaFilterCollection());
+ scoped_ptr<media::FilterCollection> collection(
+ new media::FilterCollection());
collection->AddDataSource(new media::FileDataSource());
collection->AddDemuxer(new media::FFmpegDemuxer());
collection->AddAudioDecoder(new media::FFmpegAudioDecoder());
« no previous file with comments | « media/tools/player_wtl/movie.cc ('k') | webkit/glue/media/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698