mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-08 03:06:27 +00:00
DeckLink cap.: fixed capturing of PsF
When PsF was captured, there is not a right mode and thus the callback is repeatedly called if the change is not skipped. Reference: BMD ticket DEV-3656
This commit is contained in:
@@ -251,6 +251,9 @@ public:
|
||||
reason = "unknown";
|
||||
}
|
||||
LOG(LOG_LEVEL_NOTICE) << MODULE_NAME << "Format change detected (" << reason << ").\n";
|
||||
if ((notificationEvents & (bmdVideoInputDisplayModeChanged | bmdVideoInputColorspaceChanged)) == 0U) {
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
unique_lock<mutex> lk(s->lock);
|
||||
if ((flags & bmdDetectedVideoInputDualStream3D) != 0u && !s->stereo) {
|
||||
|
||||
Reference in New Issue
Block a user