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

Unified Diff: services/media/framework/stages/active_sink_stage.h

Issue 1923763002: Motown: Ffmpeg video decoder (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Minor fixes per feedback. Created 4 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
Index: services/media/framework/stages/active_sink_stage.h
diff --git a/services/media/framework/stages/active_sink_stage.h b/services/media/framework/stages/active_sink_stage.h
index 928d61964642da05cf83ec91b5064df47af895bd..0ac00182289a4094673261e73a368cd1a2dffaa0 100644
--- a/services/media/framework/stages/active_sink_stage.h
+++ b/services/media/framework/stages/active_sink_stage.h
@@ -45,7 +45,7 @@ class ActiveSinkStage : public Stage {
Input input_;
std::shared_ptr<ActiveSink> sink_;
ActiveSink::DemandCallback demand_function_;
- Demand sink_demand_;
+ Demand sink_demand_ = Demand::kNegative;
};
} // namespace media
« no previous file with comments | « services/media/framework/stages/active_multistream_source_stage.cc ('k') | services/media/framework/types/video_stream_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698