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

Unified Diff: trunk/src/media/audio/alsa/alsa_input.h

Issue 335343004: Revert 277794 "Modifies AudioInputCallback::OnData and use media..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/media/audio/agc_audio_stream.h ('k') | trunk/src/media/audio/alsa/alsa_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/audio/alsa/alsa_input.h
===================================================================
--- trunk/src/media/audio/alsa/alsa_input.h (revision 277811)
+++ trunk/src/media/audio/alsa/alsa_input.h (working copy)
@@ -82,7 +82,6 @@
snd_mixer_elem_t* mixer_element_handle_; // Handle to the capture element.
scoped_ptr<uint8[]> audio_buffer_; // Buffer used for reading audio data.
bool read_callback_behind_schedule_;
- scoped_ptr<AudioBus> audio_bus_;
// NOTE: Weak pointers must be invalidated before all other member variables.
base::WeakPtrFactory<AlsaPcmInputStream> weak_factory_;
« no previous file with comments | « trunk/src/media/audio/agc_audio_stream.h ('k') | trunk/src/media/audio/alsa/alsa_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698