Bug 399221 - Cannot scroll in videos by clicking on the progress bar (only by moving the progress slider)
Summary: Cannot scroll in videos by clicking on the progress bar (only by moving the p...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Preview-Video (show other bugs)
Version: 6.0.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-29 19:15 UTC by Jens
Modified: 2018-09-30 17:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 6.0.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2018-09-29 19:15:19 UTC
SUMMARY
see $SUBJECT

STEPS TO REPRODUCE
1. click on mp4 video image (produced by HandBrake or ffmpeg)
2. preview it
3. try to fast forward by clicking anywhere on the horizontal progress slider below the video

OBSERVED RESULT
nothing happens

EXPECTED RESULT
the video should jump to that position in time

SOFTWARE VERSIONS: Kubuntu 18.04, appimage 20180926xxxx
Comment 1 Maik Qualmann 2018-09-29 20:44:19 UTC
Git commit 501cde5003a251173bd099846bcf81f7cef3b01b by Maik Qualmann.
Committed on 29/09/2018 at 20:42.
Pushed by mqualmann into branch 'master'.

add jump function to the video slider
FIXED-IN: 6.0.0

M  +2    -1    NEWS
M  +25   -6    core/utilities/assistants/videoslideshow/player/mediaplayerview.cpp

https://commits.kde.org/digikam/501cde5003a251173bd099846bcf81f7cef3b01b
Comment 2 Jens 2018-09-30 17:48:36 UTC
Wow, that was fast. Thank you!