Hi,
I am trying to capture video from Decklink card (Intensity Pro 4K) and its not capturing over HDMI input interface.

I compiled source code for decklinksrc and getting below error message; found some issues in below code after StartStreams() function

if (videoFrame->GetFlags () & bmdFrameHasNoInputSource) {
    fprintf(stderr, " Frame received - No input signal detected\n");
    return S_OK;
  }

My program giving me output:
fprintf(stderr, " Frame received - No input signal detected\n");

Could you please help me to understand why i am getting this message?

Thanks,
Chandra

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Decklinksrc-No-video-Capture-seen-tp4673440.html">Decklinksrc - No video Capture seen.</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>