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

Emit respective changed signals when audio and video settings get resolved during recording

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • P2: Important
    • 6.5
    • 6.2.8, 6.4, 6.5
    • Multimedia
    • All

    Description

      When we start recording with QMediaRecorder, the backend resolves the encoder settings. If the backend does not support the specified encoder settings it will resolve them to supported ones and emits encoderSettingsChanged(). This should be changed to the specific signals: 

      encodingModeChanged();
      qualityChanged();
      videoResolutionChanged();
      videoFrameRateChanged();
      videoBitRateChanged();
      audioBitRateChanged();
      audioChannelCountChanged();
      audioSampleRateChanged();
       
      Also, we should make sure that the changed settings are correctly reported from all backends. 

      Attachments

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

        Activity

          People

            artemiy Artem Dyomin
            dorisverria Doris Verria
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes