summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-06-03 19:24:52 +0000
committerHenri Herscher <henri@oreka.org>2006-06-03 19:24:52 +0000
commita4895c2583b267285f09e86e40fb9ed9d5416a39 (patch)
tree6fc12677652ec2d03eedadf4a3cff64a698b6174
parent9345b3e35fe487b3a83970c51d34e6ecb9497811 (diff)
Start event was handled twice.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@244 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--orkaudio/CapturePort.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/CapturePort.cpp b/orkaudio/CapturePort.cpp
index 9dd476d..0240841 100644
--- a/orkaudio/CapturePort.cpp
+++ b/orkaudio/CapturePort.cpp
@@ -176,6 +176,8 @@ void CapturePort::AddCaptureEvent(CaptureEventRef eventRef)
// Ok, at this point, we know we have a valid audio tape
switch(eventRef->m_type)
{
+ case CaptureEvent::EtStart:
+ break;
case CaptureEvent::EtStop:
m_capturing = false;