Skip to content
  • Tim's avatar
    decklink: Updated DeckLink SDK to 11.2 to support DeckLink 8K Pro · c6151f63
    Tim authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    Updated Decklink SDK to version 11.2 in order to support newer cards like the Decklink 8K Pro.
    This required to replace the duplex property by a profile property.
    
    Profile values can be the following:
    -  bmdProfileOneSubDeviceFullDuplex
    -  bmdProfileOneSubDeviceHalfDuplex
    -  bmdProfileTwoSubDevicesFullDuplex
    -  bmdProfileTwoSubDevicesHalfDuplex
    -  bmdProfileFourSubDevicesHalfDuplex
    
    Fixes #987
    
    Part-of: <!1665>
    c6151f63