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

QAudioFormat debug output minor bug

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • 5.15, 6.2
    • 6.2.2
    • Multimedia
    • None
    • MacBook Pro (M1, macOS 12.1)
    • d2a6d5815442b9ebe894a05fc3ddaa4a432ab8f4

    Description

      This is a super-minor formatting bug.

       

      When outputting debug info on QAudioFormat, e.g.

      auto device = new QMediaDevices(this);
      auto deviceInfo = device->defaultAudioOutput();
      auto format = deviceInfo.preferredFormat();
      qDebug() << format;
      

      the output is incomplete, e.g.

      QAudioFormat( 48000 Hz,  2 Channels,  Float Format
      

      Perhaps it's just a missing closing parenthesis or perhaps there's more info missing.

      Attachments

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

        Activity

          People

            lars.sutterud Lars Sutterud
            paulmasri Paul
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes