Is it possible to infer multi video files in one pipeline, one after the other

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• 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)

Xavier, Jetpack 4.6.1
deepstream-app version 6.0.1
DeepStreamSDK 6.0.1

I wanto infer multi videos in one pipeline, rebuild the whole pipeline for one single file is timecosuming

Just pause the pipeline, setting the source and restart it, it it possible

gst_element_set_state (pipeline, GST_STATE_NULL);
g_object_set (G_OBJECT (uri_decode_bin), “uri”, uri, NULL);
gst_element_set_state (pipeline, GST_STATE_PLAY);

it works for me

Good to know you resolved it.