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

Side by Side Diff: media/base/pipeline_impl.h

Issue 2982009: Revert everything related to the relanding. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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 unified diff | Download patch
« no previous file with comments | « media/base/filters.h ('k') | media/base/video_frame_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Implementation of Pipeline. 5 // Implementation of Pipeline.
6 6
7 #ifndef MEDIA_BASE_PIPELINE_IMPL_H_ 7 #ifndef MEDIA_BASE_PIPELINE_IMPL_H_
8 #define MEDIA_BASE_PIPELINE_IMPL_H_ 8 #define MEDIA_BASE_PIPELINE_IMPL_H_
9 9
10 #include <set> 10 #include <set>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/message_loop.h" 14 #include "base/message_loop.h"
15 #include "base/ref_counted.h" 15 #include "base/ref_counted.h"
16 #include "base/scoped_ptr.h"
17 #include "base/thread.h" 16 #include "base/thread.h"
18 #include "base/time.h" 17 #include "base/time.h"
19 #include "media/base/clock_impl.h" 18 #include "media/base/clock_impl.h"
20 #include "media/base/filter_host.h" 19 #include "media/base/filter_host.h"
21 #include "media/base/pipeline.h" 20 #include "media/base/pipeline.h"
22 #include "testing/gtest/include/gtest/gtest_prod.h" 21 #include "testing/gtest/include/gtest/gtest_prod.h"
23 22
24 namespace media { 23 namespace media {
25 24
26 25
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 typedef std::vector<base::Thread*> FilterThreadVector; 413 typedef std::vector<base::Thread*> FilterThreadVector;
415 FilterThreadVector filter_threads_; 414 FilterThreadVector filter_threads_;
416 415
417 FRIEND_TEST(PipelineImplTest, GetBufferedTime); 416 FRIEND_TEST(PipelineImplTest, GetBufferedTime);
418 DISALLOW_COPY_AND_ASSIGN(PipelineImpl); 417 DISALLOW_COPY_AND_ASSIGN(PipelineImpl);
419 }; 418 };
420 419
421 } // namespace media 420 } // namespace media
422 421
423 #endif // MEDIA_BASE_PIPELINE_IMPL_H_ 422 #endif // MEDIA_BASE_PIPELINE_IMPL_H_
OLDNEW
« no previous file with comments | « media/base/filters.h ('k') | media/base/video_frame_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698