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

Unified Diff: media/audio/null_audio_sink.h

Issue 11275087: Move OnDecoderInitDone() from decoder to pipeline thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed AutoUnlock. Created 8 years, 2 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/audio/null_audio_sink.cc » ('j') | media/audio/null_audio_sink.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/null_audio_sink.h
diff --git a/media/audio/null_audio_sink.h b/media/audio/null_audio_sink.h
index c528473fc91b1913192f3248b7c206fdd70ff30b..fbfb7ffaf93a8bf1c2090b4d031b2e49ba71fb34 100644
--- a/media/audio/null_audio_sink.h
+++ b/media/audio/null_audio_sink.h
@@ -50,8 +50,6 @@ class MEDIA_EXPORT NullAudioSink
// audio data.
void FillBufferTask();
- void SetPlaying(bool is_playing);
-
// A buffer passed to FillBuffer to advance playback.
scoped_ptr<AudioBus> audio_bus_;
@@ -62,7 +60,6 @@ class MEDIA_EXPORT NullAudioSink
// Separate thread used to throw away data.
base::Thread thread_;
- base::Lock lock_;
// Controls whether or not a running MD5 hash is computed for audio frames.
bool hash_audio_for_testing_;
« no previous file with comments | « no previous file | media/audio/null_audio_sink.cc » ('j') | media/audio/null_audio_sink.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698