Skip to content

Commit

Permalink
Issue #61, #53: reduced frame rate specs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Nov 23, 2018
1 parent 24817f0 commit d6924f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/blackmagic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ foreach(BLACKMAGIC_DEVICE ${BLACKMAGIC_DEVICES})
# Blackmagic device using the observer design pattern
SET(NAME_TEST Test_Blackmagic_${BLACKMAGIC_DEVICE}_ObserverPattern_${COLOUR_SPACE})
if(BLACKMAGIC_DEVICE STREQUAL DeckLink4KExtreme12G)
SET(FRAME_RATE 24) # frame rate seems to be reduced, due to stereo?
SET(FRAME_RATE 22) # frame rate seems to be reduced, due to stereo?
else()
SET(FRAME_RATE 27)
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ elif [ "$1" = "blackmagic-decklinksdi4k" ] || [ "$1" = "blackmagic-decklink4kext
if [ "$1" = "blackmagic-decklinksdi4k" ]; then
frame_rate=27
elif [ "$1" = "blackmagic-decklink4kextreme12g" ]; then
frame_rate=24
frame_rate=22
fi
parse_colour $2
test_cmd="$test_cmd --device=$test_device"
Expand Down

0 comments on commit d6924f8

Please sign in to comment.