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

QMediaPlayer resumes playback after setting current position

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.4.2
    • 5.1.0
    • Multimedia
    • None
    • Windows7/Qt 5.1/wmf
    • 90fe52d086543fd26a700d85201e425fa49a3ec4

      I'm playing a sound on Windows ( wmf plugin ), If I pause, then seek, it's starts playing, but it still reports it's state as "PausedState".

      For example:

      player->play()
      (...do stuff..)
      player->pause()
      player->setPosition(10000);
      // Here you'll start hearing sound again, but player->state() will still be paused.

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

            ylopes Yoann Lopes
            iamsergio Sergio Martins
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes