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

Unified Diff: media/filters/source_buffer_range.cc

Issue 2492953003: media: Delete renderer/demuxer splicing code. (Closed)
Patch Set: Created 4 years, 1 month 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/source_buffer_range.cc
diff --git a/media/filters/source_buffer_range.cc b/media/filters/source_buffer_range.cc
index b5e5ef9296b8de4952070fc6b5764268ccedb524..6c8bc8daee1344dc955a2e7ef8a432c0f1c21f5d 100644
--- a/media/filters/source_buffer_range.cc
+++ b/media/filters/source_buffer_range.cc
@@ -460,7 +460,7 @@ int SourceBufferRange::GetNextConfigId() const {
CHECK(HasNextBuffer()) << next_buffer_index_;
// If the next buffer is an audio splice frame, the next effective config id
// comes from the first fade out preroll buffer.
- return buffers_[next_buffer_index_]->GetSpliceBufferConfigId(0);
+ return buffers_[next_buffer_index_]->GetConfigId();
}
DecodeTimestamp SourceBufferRange::GetNextTimestamp() const {

Powered by Google App Engine
This is Rietveld 408576698