[Filter/Main] Correct plugin description
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 18 Sep 2018 04:52:55 +0000 (13:52 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 18 Sep 2018 06:32:04 +0000 (15:32 +0900)
The copy-pasted description from converter is incorrect.

Fixes #539

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/tensor_filter/tensor_filter.c

index 21c04ba..18e4810 100644 (file)
 /**
  * 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.
  *
  * <refsect2>
  * <title>Example launch line</title>