changeset 382:656ce0eae135

Fix failure to reset timestamp rewriting when reset() called in buffering adapter (symptom: timestamps appear to continue to ascend from end point on second run after reset)
author Chris Cannam
date Fri, 12 Sep 2014 16:50:01 +0100
parents e43186ff8854
children 654a7e9839f6
files src/vamp-hostsdk/PluginBufferingAdapter.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/vamp-hostsdk/PluginBufferingAdapter.cpp	Wed Sep 03 12:14:39 2014 +0100
+++ b/src/vamp-hostsdk/PluginBufferingAdapter.cpp	Fri Sep 12 16:50:01 2014 +0100
@@ -566,6 +566,8 @@
         m_queue[i]->reset();
     }
 
+    m_fixedRateFeatureNos.clear();
+
     m_plugin->reset();
 }