summaryrefslogtreecommitdiff
path: root/orkaudio/CapturePort.cpp
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-05-05 19:29:43 +0000
committerHenri Herscher <henri@oreka.org>2006-05-05 19:29:43 +0000
commita279a59505abff5d2c0802feeeceeb4f08ee067c (patch)
tree6bda4d2d70ca8ccff7210424256e6c5b7d490cc6 /orkaudio/CapturePort.cpp
parent8267f45f799c2c976534676ed03b5ab315382873 (diff)
Tapes now only reported if it was possible to transcode them.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@224 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/CapturePort.cpp')
-rw-r--r--orkaudio/CapturePort.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/CapturePort.cpp b/orkaudio/CapturePort.cpp
index 14e0e8a..261b1d5 100644
--- a/orkaudio/CapturePort.cpp
+++ b/orkaudio/CapturePort.cpp
@@ -187,7 +187,7 @@ void CapturePort::AddCaptureEvent(CaptureEventRef eventRef)
// Notify immediate processing that tape has stopped
ImmediateProcessing::GetInstance()->AddAudioTape(m_audioTapeRef);
// Reporting needs to send a stop message
- Reporting::GetInstance()->AddAudioTape(audioTapeRef);
+ // Reporting::GetInstance()->AddAudioTape(audioTapeRef);
}
else
{