changeset 196:5c202da82a46

* pass through reset() call to plugin!
author cannam
date Tue, 07 Oct 2008 20:07:17 +0000
parents 1e4c6f25ded6
children fe30a25ee4f8
files vamp-sdk/hostext/PluginBufferingAdapter.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginBufferingAdapter.cpp	Tue Oct 07 16:57:10 2008 +0000
+++ b/vamp-sdk/hostext/PluginBufferingAdapter.cpp	Tue Oct 07 20:07:17 2008 +0000
@@ -507,6 +507,8 @@
     for (size_t i = 0; i < m_queue.size(); ++i) {
         m_queue[i]->reset();
     }
+
+    m_plugin->reset();
 }
 
 PluginBufferingAdapter::FeatureSet