# HG changeset patch
# User Chris Cannam
# Date 1268408058 0
# Node ID 017206f2e4c5673486fe1037b0d625dd0fc4b015
# Parent  32c13c46abd67ec026b67894f1f250a014392eff
* Pop view progress bars back into "indeterminate" mode if they are not
  updated for a couple of seconds (useful for plugins with very active
  getRemainingFeatures())

diff -r 32c13c46abd6 -r 017206f2e4c5 audioio/AudioCallbackPlaySource.cpp
--- a/audioio/AudioCallbackPlaySource.cpp	Tue Jan 05 15:57:34 2010 +0000
+++ b/audioio/AudioCallbackPlaySource.cpp	Fri Mar 12 15:34:18 2010 +0000
@@ -394,7 +394,9 @@
 
     startFrame = m_viewManager->alignReferenceToPlaybackFrame(startFrame);
 
+#ifdef DEBUG_AUDIO_PLAY_SOURCE
     std::cerr << startFrame << std::endl;
+#endif
 
     // The fill thread will automatically empty its buffers before
     // starting again if we have not so far been playing, but not if