<div>How do you synchronize two pipelines that came from the same source, do different processing, and also jump on/off appsrc/appsink</div><div> </div><div>For example</div><div> </div><div>v4l2src -> tee -> queue -> appsink -> (some processing) -> appsrc -> display1 (overlay)</div><div>                     |-> queue -> display1 (overlay)</div><div> </div><div>The processing takes longer in the first pipeline, while the second just waits. How can I ensure data from the same frame is displayed at the same time in spite of the differences in latency?</div>