Same Source elements or Source pads in multiple pipelines

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) RTX 2060
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 7.1
• NVIDIA GPU Driver Version (valid for GPU only) 470
• Issue Type( questions, new requirements, bugs) Question
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hello,
I have modified my deepstream application such that it generates multiple Pipelines which enables me to run different models in same application.
Here for each pipeline even if the source or input URI is the same I am duplicating it in each pipeline, Is there a way to share same source element with all the pipelines so that I can save some pre processing/ loading time or memory?

Can you use tee plugin in your pipeline?