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

[GStreamer] setVolume to 100 doesn't really work

    XMLWordPrintable

Details

    • 2acb594de22269942657317b689ce076b6356da0

    Description

      Following code piece shows the problem,

      player = new QMediaPlayer;
      connect(player, SIGNAL(volumeChanged(int)), this, SLOT(volumeChanged(int)));
      player->setMedia(QUrl::fromLocalFile("/Users/me/Music/coolsong.mp3"));
      player->setVolume(100);
      player->play();
      

      Expected result: no volumeChanged signal after playback starts
      Actual result: a volumeChanged signal fired after playback starts, and the new volume is 50.

      Attachments

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

        Activity

          People

            lzelensk Lev Zelenskiy
            y8shen yi shen
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes