Not able to create nvvideoconvert and nvstreammux node with 6.1.1(triton)

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) T4
• DeepStream Version 6.1.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.4.1
• NVIDIA GPU Driver Version (valid for GPU only) 520.61.05
• 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 am using Deepstream 6.1.1 triton image as base image.
Getting issues while running my custom app, pipeline build fails for two nodes- nvvideoconvert and nvstreammux. we were using DS 5.1 earlier.

GST_ELEMENT_FACTORY gstelementfactory.c:458:gst_element_factory_make: no such element factory "nvstreammux"! ```


GST_ELEMENT_FACTORY gstelementfactory.c:458:gst_element_factory_make: no such element factory “nvvideoconvert”!```

Do we need to modify something here for the new Deepstream version?

Removing gstreamer cache worked

rm ~/.cache/gstreamer-1.0/registry*

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