decklinkvideosink: Cast result of bitwise-or of multiple enum values to the enum again
In C++ the bitwise-or results in an int, and ints are not implicitely cast to enums. See gstreamer/gst-plugins-bad!25 (comment 78122)
In C++ the bitwise-or results in an int, and ints are not implicitely cast to enums. See gstreamer/gst-plugins-bad!25 (comment 78122)