Flow of deepstream test5

Hi,

I need help in understanding the order of plugins used in deepstream-test5.

Suppose I am using almost all the functionality, can you please just provide the flow diagram demonstrating the plugins used in the process.
This will help me getting a better understanding of the application.
Any help will be highly appriciated

1 Like

You can use below to get the flow diagram.

1 add “g_setenv(“GST_DEBUG_DUMP_DOT_DIR”, “/tmp”, TRUE);” before gst_init()

2 add “GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(GST_BIN(gst_objs.pipeline), GST_DEBUG_GRAPH_SHOW_ALL, “demo-app-pipeline”);” at the point where want to export the dot file, e.g. when switching to PLAYING

BTW, need to include header file - #include <gio/gio.h>

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.