From 4ea3acdfc5f0ca6de7797875671ec9ce54de9c3a Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Tue, 18 Sep 2018 13:52:55 +0900 Subject: [PATCH] [Filter/Main] Correct plugin description The copy-pasted description from converter is incorrect. Fixes #539 Signed-off-by: MyungJoo Ham --- gst/tensor_filter/tensor_filter.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gst/tensor_filter/tensor_filter.c b/gst/tensor_filter/tensor_filter.c index 21c04ba..18e4810 100644 --- a/gst/tensor_filter/tensor_filter.c +++ b/gst/tensor_filter/tensor_filter.c @@ -33,8 +33,10 @@ /** * SECTION:element-tensor_filter * - * A filter that converts media stream to tensor stream for NN frameworks. - * The output is always in the format of other/tensor or other/tensors. + * A plugin that invokes neural network models and their framework or + * an independent shared object implementing tensor_filter_custom.h. + * The input and output are always in the format of other/tensor or + * other/tensors. * * * Example launch line -- 2.7.4