<div dir="ltr"><div>Hey,</div>Right now I'm trying to attach tee elements to the video and audio pads of uridecodebin. However, I am getting the following error: "Pads do not have a common format". <div><br></div><div>I am using the 'pad-added' event on uridecodebin and based on whether the pad caps start with 'video/x-raw' or 'audio/x-raw', I am assigning a different tee element to each cap. I am attaching the tee element by getting a static sink pad from tee and trying to link it with the source pad of uridecodebin. However, when I do that I get the above error. </div><div><br></div><div>This is the full pipeline I am using: <a href="https://drive.google.com/file/d/1eEd_uPWhyu_FDnxTKwDTxpYSemUT_eTb/view?usp=sharing">https://drive.google.com/file/d/1eEd_uPWhyu_FDnxTKwDTxpYSemUT_eTb/view?usp=sharing</a> (It doesn't include the uridecodebin element for some strange reason. Maybe because the linking failed?). </div><div>Is there any more information I can dig up to help debug this?</div><div><br></div><div>Thanks!</div></div>