mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
decklink: Use correct frame rate for mode 2160p50
https://bugzilla.gnome.org/show_bug.cgi?id=749218
This commit is contained in:
parent
e6d82dec32
commit
1dabd7c5b8
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ static const GstDecklinkMode modes[] = {
|
|||
{bmdMode4K2160p25, 3840, 2160, 25, 1, false, UHD},
|
||||
{bmdMode4K2160p2997, 3840, 2160, 30000, 1001, false, UHD},
|
||||
{bmdMode4K2160p30, 3840, 2160, 30, 1, false, UHD},
|
||||
{bmdMode4K2160p50, 3840, 2160, 55, 1, false, UHD},
|
||||
{bmdMode4K2160p50, 3840, 2160, 50, 1, false, UHD},
|
||||
{bmdMode4K2160p5994, 3840, 2160, 60000, 1001, false, UHD},
|
||||
{bmdMode4K2160p60, 3840, 2160, 60, 1, false, UHD}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue