Bug 146325 - Media toolbar Stop button restarts playing media file
Summary: Media toolbar Stop button restarts playing media file
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: framework (show other bugs)
Version:
(earliest affected)
7.1.0.3 release
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: Media-Player-Dialog
  Show dependency treegraph
 
Reported: 2021-12-20 07:20 UTC by Gabor Kelemen (allotropia)
Modified: 2022-02-15 04:13 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kelemen (allotropia) 2021-12-20 07:20:52 UTC
When playing a media file and stopping playback on the sidebar, the Stop button restarts the playback.


1, Open attachment 177012 [details] 
2, Start playing the media file
3. Use the Stop button in the sidebar

Playback restarts instead of stopping.
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: d47628f287f4377394c4ff488c433bfe254b6abe
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: hu-HU (hu_HU.UTF-8); UI: en-US
Calc: threaded

Not yet in 7.0.

Bibisected to:

https://git.libreoffice.org/core/+/5989ffe70942af036974b70c9e0ecd67978c6cc6%5E%21/#F1

author	Martin van Zijl <martin.vanzijl@gmail.com>	Wed Jul 01 07:42:29 2020 +1200
committer	Noel Grandin <noel.grandin@collabora.co.uk>	Tue Sep 08 08:27:13 2020 +0200

tdf#34759 fix media player pausing when pressing time slider

Adding CC to: Martin van Zijl
Comment 1 Caolán McNamara 2022-02-14 19:51:57 UTC
With the fix of https://git.libreoffice.org/core/+/0414b84a8ad5a436df4354a5af1e8486334acb42%5E%21 I suspect this problem is now fixed "pressing stop makes it rewind to start but continue to play" if you are able to test?
Comment 2 Gabor Kelemen (allotropia) 2022-02-14 23:05:51 UTC
Indeed, the problem is fixed in the fresh master:

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 69e964c77e689e493f12c265b87adb89ae66fbd6
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: hu-HU (hu_HU.UTF-8); UI: hu-HU
Calc: threaded

Now pressing Stop stops the playback and rewinds the file. Thanks!