Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/hostext/PluginBufferingAdapter.cpp @ 196:5c202da82a46
* pass through reset() call to plugin!
author | cannam |
---|---|
date | Tue, 07 Oct 2008 20:07:17 +0000 |
parents | dcc5df7e3253 |
children |
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