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

Unified Diff: media/blink/websourcebuffer_impl.h

Issue 2076673005: MSE: Plumb ChunkDemuxer appendData failures into append Error algorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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
« no previous file with comments | « no previous file | media/blink/websourcebuffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/websourcebuffer_impl.h
diff --git a/media/blink/websourcebuffer_impl.h b/media/blink/websourcebuffer_impl.h
index 534dcba4aef607829771d2261573c9cf8eeee6b9..043b717abeb8f74e47eac1f6750ea76451cee2a4 100644
--- a/media/blink/websourcebuffer_impl.h
+++ b/media/blink/websourcebuffer_impl.h
@@ -30,10 +30,9 @@ class WebSourceBufferImpl : public blink::WebSourceBuffer {
blink::WebTimeRanges buffered() override;
bool evictCodedFrames(double currentPlaybackTime,
size_t newDataSize) override;
- void append(
- const unsigned char* data,
- unsigned length,
- double* timestamp_offset) override;
+ bool append(const unsigned char* data,
+ unsigned length,
+ double* timestamp_offset) override;
void resetParserState() override;
void remove(double start, double end) override;
bool setTimestampOffset(double offset) override;
« no previous file with comments | « no previous file | media/blink/websourcebuffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698