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

QMediaPlayer resumes playback after setting current position

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes