Hi, I am encountering some issue in calling a custom gst-dsexample using deepstream-app -c.
I changed gstdsexmple.cpp ‘dsexample’ to ‘dsexample2’
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
dsexample2,
DESCRIPTION, dsexample_plugin_init, VERSION, LICENSE, BINARY_PACKAGE, URL)
And changed to Makefile to:
LIB:=libgstnvdsexample2.so
And gst-inspect-1.0 shows both dsexample and dsexample2.
However, how do i call the new plugin from deepstream config file?
I tried [ds-example2], [ds-example-2]. How do you check the registered gstplugin name for deepstream-app?
Thanks.