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

Move PixelFormat enum out of QVideoFrameFormat

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.10
    • Multimedia
    • None
    • All

    Description

      The enum "PixelFormat" is defined inside the class QVideoFrameFormat. This enum is used by QCameraFormat in the public QML Camera API, but the class QVideoFrameFormat is not exposed to QML. This means we cannot expose the PixelFormat enum to QML, as long as QVideoFrameFormat is not meant to be exposed to QML.

      We should move the PixelFormat enum definition out into a different namespace (for example, QtVideo), in a way that does not break binary compatibility and allows to us expose it to QML.

      Attachments

        Issue Links

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

          Activity

            People

              qtmultimediateam Qt Multimedia Team
              npskalerud Nils Petter Skålerud
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes