From 44cbb12cbcb786c98390e3ba695ee0352832606e Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Thu, 7 May 2020 10:48:14 +0900 Subject: [PATCH] [Conf] Add omitted comment and fix a typo * Add omitted parameter comment for nnsconf_get_subplugin_info() * Fix a typo Signed-off-by: Sangjung Woo --- gst/nnstreamer/nnstreamer_conf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/nnstreamer/nnstreamer_conf.h b/gst/nnstreamer/nnstreamer_conf.h index 6c5b0ec..1118777 100644 --- a/gst/nnstreamer/nnstreamer_conf.h +++ b/gst/nnstreamer/nnstreamer_conf.h @@ -28,7 +28,7 @@ * - The configuration file (default: /etc/nnstreamer.ini) * - (Lowest) Internal hardcoded values. * - * Do not export this to devel pacakge. This is an internal header. + * Do not export this to devel package. This is an internal header. */ #ifndef __GST_NNSTREAMER_CONF_H__ #define __GST_NNSTREAMER_CONF_H__ @@ -126,6 +126,8 @@ nnsconf_get_subplugin_name_prefix (nnsconf_type_path type); /** * @brief Public function to get the list of sub-plugins name and path + * @param[in] type The type (FILTERS/DECODERS/CUSTOM_FILTERS) + * @param[out] info The data structure which contains the name and full path of sub-plugins * @return total number of sub-plugins for given type * @note DO NOT free sub-plugins info */ -- 2.7.4