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

Move PixelFormat enum out of QVideoFrameFormat

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes