[request] NVIDIA plugins to Include gpu-id in "dump-to-dot" property settings

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
Both
• DeepStream Version
Future
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I’m trying to solve an issue when setting the gpu-id > 0 for all NVIDIA plugins for a pipeline.

I dumped the pipeline to a .dot file and converted it to image in hopes it would help, but I noticed that the Deepstream plugins do not report gpu-id.

Having this information when debugging would be helpful.

Regards,
Robert.

The dot file is generated by GStreamer. The parameter string length is limited in 80 characters. gstreamer/subprojects/gstreamer/gst/gstdebugutils.c at main · GStreamer/gstreamer · GitHub. So the properties are all there, some parameters are not displayed is the GStreamer core limitation.

Thanks for the explanation. Much appreciated.