GNOME Bugzilla – Bug 749218
Decklink 4k 3184p50 has wrong name and uses wrong framerate
Last modified: 2015-05-11 10:20:50 UTC
Created attachment 303198 [details] [review] Fix naming of 4K modes The 4K modes "3184pXX" have confusing names (should be 2160p). Also, 3184p50 (should be: 2160p50), uses 55/1, instead of 50/1. Patches to fix this are attached.
Created attachment 303199 [details] [review] Use correct framerate for 2160p50
commit 1dabd7c5b800670c22a728af8bb62000ad732c93 Author: Heinrich Fink <hfink@toolsonair.com> Date: Mon May 11 12:04:47 2015 +0200 decklink: Use correct frame rate for mode 2160p50 https://bugzilla.gnome.org/show_bug.cgi?id=749218 commit e6d82dec327730274c6a24dbd8f6f901dbfa9288 Author: Heinrich Fink <hfink@toolsonair.com> Date: Mon May 11 12:02:47 2015 +0200 decklink: Rename mode 3184p to 2160p https://bugzilla.gnome.org/show_bug.cgi?id=749218
Created attachment 303200 [details] [review] Also fix naming for 2048p (should be 1556p)
Comment on attachment 303200 [details] [review] Also fix naming for 2048p (should be 1556p) commit 6007829e77b6335b80d66d258013d17cab426707 Author: Heinrich Fink <hfink@toolsonair.com> Date: Mon May 11 12:18:28 2015 +0200 decklink: Rename mode 2048p to 1556p https://bugzilla.gnome.org/show_bug.cgi?id=749218