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

decoding_state.h missing <cstddef>

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • Not Evaluated
    • None
    • 5.15.0
    • WebEngine
    • None

    Description

      qt5/qtwebengine/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/decoding_state.cc fails to compile. In decoding_state.h, VCMDecodingState defines multiple function parameters that would best be converted to Qt types: uint16_t and uint32_t. Instead of hunting down every instance, adding QtGlobal quint16 quint32, suggest adding

      #include <cstdint>

      Perhaps a vestige from converting C code to C++? QtWebEngine chromium thirdparty code would benefit from being converted to Qt.

      Attachments

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

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            psnarf Henry Pfeil
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes