Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30447

QtQuick VideoOutput ignores the video format's bytes per line

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.3.1
    • 5.0.1
    • Multimedia
    • None
    • c376e13abdcce32e65512db1236cb4b41d4fa1ea

    Description

      This causes garbled rendering if bytesPerLine() is not equivalent to width() * (bytes per pixel).

      rgb doesn't handle it at all, i420 looks like it partially handles it, in that it calculates a correct offset for u/v, but (like rgb) it does not tell OpenGL the stride length through glPixelStorei before calling glTexImage2D.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ylopes Yoann Lopes
            jfaust Josh Faust
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes