Filter/Custom/Easy: fix doxygen entry
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 9 Jun 2020 10:29:48 +0000 (19:29 +0900)
committerwooksong <wook16.song@samsung.com>
Tue, 9 Jun 2020 15:34:57 +0000 (00:34 +0900)
Fix easy-custom-filter API's doxygen entry.
It gets output dimenesion info as an input, not output.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/nnstreamer/include/tensor_filter_custom_easy.h

index ad38efa..3f1de9b 100644 (file)
@@ -55,7 +55,7 @@ G_BEGIN_DECLS
  * @param[in] func The tensor function body
  * @param[in/out] private_data The internal data for the function
  * @param[in] in_info Input tensor metadata.
- * @param[out] out_info Output tensor metadata
+ * @param[in] out_info Output tensor metadata
  * @note NNS_custom_invoke defined in tensor_filter_custom.h
  *       Output buffers for func are preallocated.
  */