# HG changeset patch # User Chris Cannam # Date 1410537001 -3600 # Node ID 656ce0eae13598bb5e686dfaf332f2f1e6674c0f # Parent e43186ff8854485f4985eddf55b77b589a563857 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) diff -r e43186ff8854 -r 656ce0eae135 src/vamp-hostsdk/PluginBufferingAdapter.cpp --- 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(); }