Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.0
-
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
- is duplicated by
-
QTBUG-45833 QML Audio: seek() plays file if current playbackState == PausedState
- Closed
For Gerrit Dashboard: QTBUG-32746 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
79811,1 | QMediaPlayer position setting fixed | stable | qt/qtmultimedia | Status: ABANDONED | -1 | 0 |
109388,3 | WMF: don't resume playback after doing a seek while paused. | 5.4 | qt/qtmultimedia | Status: MERGED | +2 | 0 |