Go to the documentation of this file.
32 #ifndef __GST_NNSTREAMER_SUBPLUGIN_H__
33 #define __GST_NNSTREAMER_SUBPLUGIN_H__
53 #define NNS_SUBPLUGIN_CHECKER (0xdeadbeef)
96 const gchar *
prop, va_list varargs);
Internal header for conf/env-var management.
GstTensorSrcIIOChannelProperties * prop
DTYPE_UNSIGNED ( .
const void * get_subplugin(subpluginType type, const char *name)
Retrieve the registered data with the subplugin name.
gboolean register_subplugin(subpluginType type, const char *name, const void *data)
Register the subplugin. If duplicated name exists, it is rejected.
@ NNSCONF_PATH_CONVERTERS
@ NNSCONF_PATH_EASY_CUSTOM_FILTERS
GData * subplugin_get_custom_property_desc(subpluginType type, const char *name)
common interface to get custom property description of a sub-plugin.
@ NNS_SUBPLUGIN_CONVERTER
gboolean unregister_subplugin(subpluginType type, const char *name)
Unregister the subplugin.
gchar ** get_all_subplugins(subpluginType type)
Get the list of registered subplugins.
void subplugin_set_custom_property_desc(subpluginType type, const char *name, const gchar *prop, va_list varargs)
common interface to set custom property description of a sub-plugin.