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

Unified Diff: media/filters/file_data_source.cc

Issue 39170: Pipeline_Impl was modified to properly render a stream that has video but no ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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: media/filters/file_data_source.cc
===================================================================
--- media/filters/file_data_source.cc (revision 10997)
+++ media/filters/file_data_source.cc (working copy)
@@ -32,7 +32,7 @@
}
if (!file_) {
file_size_ = 0;
- host_->Error(PIPELINE_ERROR_NETWORK);
+ host_->Error(PIPELINE_ERROR_URL_NOT_FOUND);
return false;
}
media_format_.SetAsString(MediaFormat::kMimeType,

Powered by Google App Engine
This is Rietveld 408576698