<div dir="ltr"><div dir="ltr">That works - thanks for the help.<div><br></div><div>Are you able to give insight into why it works? I'm still encountering the "Dropped 1 old frame" message when I try to do more complex things with the pipeline like, for example adding an audiosrc and mixing a testsrc<br></div><div><br></div><div>gst-launch-1.0 decklinkvideosrc drop-no-signal-frames=true mode=1080p5994  ! tee name=t ! queue ! decklinkvideosink mode=1080p5994 t. ! queue ! fakesink sync=true decklinkaudiosrc ! queue ! mix. audiotestsrc freq=100 ! queue ! mix. audiomixer name=mix ! queue ! decklinkaudiosink <br></div><div><br></div><div>or adding a fixed delay to the video frames:</div><div><br></div><div>gst-launch-1.0 decklinkvideosrc drop-no-signal-frames=true mode=1080p5994  ! tee name=t ! queue min-threshold-time=2000000000 max-size-bytes=1073741824 max-size-buffers=10000000 ! decklinkvideosink mode=1080p5994 t. ! queue ! fakesink sync=true<br></div></div><div class="gmail_quote"></div><img width="0" height="0" class="mailtrack-img" alt="" style="display:flex" src="https://mailtrack.io/trace/mail/53ab2811365dbc8747040d516bea869468fb15ac.png?u=1684991"></div>