decklink: Add a dummy value to the video connection mapping table for auto

This commit is contained in:
Sebastian Dröge 2015-01-08 12:55:16 +01:00
parent ed0d4cc653
commit 7e7cabb422

View file

@ -187,6 +187,7 @@ gst_decklink_get_mode (GstDecklinkModeEnum e)
}
static const BMDVideoConnection connections[] = {
0, /* auto */
bmdVideoConnectionSDI,
bmdVideoConnectionHDMI,
bmdVideoConnectionOpticalSDI,