mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
decklink: Add a dummy value to the video connection mapping table for auto
This commit is contained in:
parent
ed0d4cc653
commit
7e7cabb422
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ gst_decklink_get_mode (GstDecklinkModeEnum e)
|
|||
}
|
||||
|
||||
static const BMDVideoConnection connections[] = {
|
||||
0, /* auto */
|
||||
bmdVideoConnectionSDI,
|
||||
bmdVideoConnectionHDMI,
|
||||
bmdVideoConnectionOpticalSDI,
|
||||
|
|
Loading…
Reference in a new issue