Skip to content

decklink: devices sorted by PersistentID.

Wojciech Kapsa requested to merge (removed):main into main

In case of multiple cards device-number is not enough. Decklink will not preserve order. In this MR i sort the decklink cards by BMDDeckLinkPersistentID. It is backwards compatible. New behaviour is controlled by a boolean flag persistent-id-sort.

from decklink docs:

BMDDeckLinkPersistentID [1] is a device specific, 32-bit unique identifier. It is stable even when the device is plugged in a different connector, across reboots, and when plugged into different computers.

Fixes #1467 (closed)

Edited by Wojciech Kapsa

Merge request reports