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

Unified Diff: content/renderer/media/capture_video_decoder.h

Issue 8897022: Revert 113895 - <video> decode in hardware! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « content/renderer/media/audio_renderer_impl.cc ('k') | content/renderer/media/capture_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/capture_video_decoder.h
===================================================================
--- content/renderer/media/capture_video_decoder.h (revision 113906)
+++ content/renderer/media/capture_video_decoder.h (working copy)
@@ -9,7 +9,6 @@
#include "content/common/content_export.h"
#include "media/base/demuxer_stream.h"
#include "media/base/filters.h"
-#include "media/base/pipeline_status.h"
#include "media/base/video_frame.h"
#include "media/video/capture/video_capture.h"
@@ -42,7 +41,7 @@
// Decoder implementation.
virtual void Initialize(
media::DemuxerStream* demuxer_stream,
- const media::PipelineStatusCB& filter_callback,
+ const base::Closure& filter_callback,
const media::StatisticsCallback& stat_callback) OVERRIDE;
virtual void Read(const ReadCB& callback) OVERRIDE;
virtual const gfx::Size& natural_size() OVERRIDE;
@@ -79,7 +78,7 @@
void InitializeOnDecoderThread(
media::DemuxerStream* demuxer_stream,
- const media::PipelineStatusCB& filter_callback,
+ const base::Closure& filter_callback,
const media::StatisticsCallback& stat_callback);
void ReadOnDecoderThread(const ReadCB& callback);
Property changes on: content/renderer/media/capture_video_decoder.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « content/renderer/media/audio_renderer_impl.cc ('k') | content/renderer/media/capture_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698