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

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

Issue 1833323002: Motown: Add ActiveMultistreamSource model in preparation for the ffmpeg demux with async I/O (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: dalesat Created 4 years, 9 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.cc
diff --git a/services/media/framework/stages/active_sink_stage.cc b/services/media/framework/stages/active_sink_stage.cc
index 7c1d90a0cf412a8bf7ced3934e54382e4e9c1a24..1c4f9242407d31238d5515b25722a61b092c3b75 100644
--- a/services/media/framework/stages/active_sink_stage.cc
+++ b/services/media/framework/stages/active_sink_stage.cc
@@ -38,7 +38,7 @@ size_t ActiveSinkStage::output_count() const {
Output& ActiveSinkStage::output(size_t index) {
CHECK(false) << "output requested from sink";
- return *(static_cast<Output*>(nullptr));
+ abort();
}
PayloadAllocator* ActiveSinkStage::PrepareInput(size_t index) {

Powered by Google App Engine
This is Rietveld 408576698