<div dir="ltr"><div>We've been working to integrate input from a BlackMagic video capture card into our video-wall application. The limited documentation we got with the card indicated we should use decklinksrc and that we should set sync=false on the output sink. Sure enough, this works:<br>
<br>gst-launch-1.0 decklinksrc mode=18 connection=1 ! videoconvert ! xvimagesink sync=false<br><br></div>However, if we set sync to true, then output drops immensely; we seem to be getting just a few frames a second. The question is: why?  We'd really rather not have to have a special exception for one input source to cause us to set the sync flag differently on our output, but I can't figure out why the decklinksrc needs it in the first place.<br clear="all">
<div><div><br>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div></div></div>