Dear experts,
I am trying to find how I can setup the gstreamer pipeline to save multiple src files to one filesink on a Orin. But so far I have found none. Can anyone please shed some lights? Thanks in advance.
P.S: Now i can save one src file to a filesink by using "gst-launch-1.0 camerasrc config=xxx ! ‘videoconvert’ ! filesink location=xxx "
If i want to use multiple src files, should I use the gstreamer “adder” plugin?