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

Unified Diff: media/base/android/audio_decoder_job.h

Issue 1963343002: Report media error if PlayOutputBuffer failed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Min's comment Created 4 years, 7 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/base/android/audio_decoder_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/audio_decoder_job.h
diff --git a/media/base/android/audio_decoder_job.h b/media/base/android/audio_decoder_job.h
index a42f48417dccf2336f457e7ac85fab932f015762..41e35d121b58efb16e6373b9f0512410505f1124 100644
--- a/media/base/android/audio_decoder_job.h
+++ b/media/base/android/audio_decoder_job.h
@@ -44,14 +44,14 @@ class AudioDecoderJob : public MediaDecoderJob {
private:
// MediaDecoderJob implementation.
- void ReleaseOutputBuffer(
- int output_buffer_index,
- size_t offset,
- size_t size,
- bool render_output,
- bool is_late_frame,
- base::TimeDelta current_presentation_timestamp,
- const ReleaseOutputCompletionCallback& callback) override;
+ void ReleaseOutputBuffer(int output_buffer_index,
+ size_t offset,
+ size_t size,
+ bool render_output,
+ bool is_late_frame,
+ base::TimeDelta current_presentation_timestamp,
+ MediaCodecStatus status,
+ const DecoderCallback& callback) override;
bool ComputeTimeToRender() const override;
bool AreDemuxerConfigsChanged(const DemuxerConfigs& configs) const override;
MediaDecoderJobStatus CreateMediaCodecBridgeInternal() override;
« no previous file with comments | « no previous file | media/base/android/audio_decoder_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698