<div dir="auto">Hi,</div><div dir="auto"><br></div><div dir="auto">I want to create an element that takes N sinks as input and outputs 1 source, i.e. take input from multiple cameras and combine the frames of all of them into single stream which is the output.</div><div dir="auto"><br></div><div dir="auto">For this, I am trying to reuse ‘videomixer2’ code. I have made some changes wherein I am pushing the sinkpads to source before blending via gst_pad_push() function.</div><div dir="auto"><br></div><div dir="auto">But the pipeline freezes after processing the first frame from video1 and is unable to push first frame of video2 to source. The function gst_pad_push() returns -5 as error code.</div><div dir="auto"><br></div><div dir="auto">Please suggest how to resolve the issue or any other approach to achieve the same.</div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Priyanka </div>