[Bug 744386] New: gstdecklink video frame rate error

bugzilla at gnome.org bugzilla at gnome.org
Thu Feb 12 03:28:24 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=744386

            Bug ID: 744386
           Summary: gstdecklink video frame rate error
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: d.dedisse at hotmail.fr
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

in gstdecklink.cpp  
The GstDecklinkMode modes array contains incorrect frame rate values for
interlaced modes :


Current : 
160:  {bmdModeHD1080i50, 1920, 1080, 50, 1, true, HD},
161:  {bmdModeHD1080i5994, 1920, 1080, 60000, 1001, true, HD},
162:  {bmdModeHD1080i6000, 1920, 1080, 60, 1, true, HD},


correct values should be :
160:  {bmdModeHD1080i50, 1920, 1080, 25, 1, true, HD },
161:  {bmdModeHD1080i5994, 1920, 1080, 30000, 1001, true, HD },
162:  {bmdModeHD1080i6000, 1920, 1080, 30, 1, true, HD },


tested and verified with a decklink quad

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list