changeset 352:f4f9c039c458

...
author Chris Cannam
date Mon, 10 Dec 2007 15:32:40 +0000
parents 7263e37d8913
children 1c6816220185
files plugin/transform/TransformFactory.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/transform/TransformFactory.h	Mon Dec 10 15:31:32 2007 +0000
+++ b/plugin/transform/TransformFactory.h	Mon Dec 10 15:32:40 2007 +0000
@@ -98,6 +98,9 @@
      * the transform was a feature-extraction type -- call
      * downcastVampPlugin if you only want Vamp::Plugins).  Returns
      * NULL if no suitable plugin was available.
+     *
+     * The returned plugin is owned by the caller, and should be
+     * deleted (using "delete") when no longer needed.
      */
     Vamp::PluginBase *instantiatePluginFor(const Transform &transform);