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

Unified Diff: media/base/audio_splicer.h

Issue 1229123002: Log audio splice sanitizer warnings and errors to media-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address xhwang@'s comments and fix the unit test Created 5 years, 5 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/audio_splicer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_splicer.h
diff --git a/media/base/audio_splicer.h b/media/base/audio_splicer.h
index e32a9fd028cb41bc620588f3c67060fc978f962a..0d35f605269d067b2629576d31792e18dba34a23 100644
--- a/media/base/audio_splicer.h
+++ b/media/base/audio_splicer.h
@@ -17,11 +17,13 @@ namespace media {
class AudioBuffer;
class AudioBus;
class AudioStreamSanitizer;
+class MediaLog;
// Helper class that handles filling gaps and resolving overlaps.
class MEDIA_EXPORT AudioSplicer {
public:
- explicit AudioSplicer(int samples_per_second);
+ AudioSplicer(int samples_per_second,
+ const scoped_refptr<MediaLog>& media_log);
~AudioSplicer();
enum {
« no previous file with comments | « no previous file | media/base/audio_splicer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698