| Summary: | ten seconds forward/back jumps 10 milliseconds | ||
|---|---|---|---|
| Product: | [Applications] dragonplayer | Reporter: | Tobias Stegmann <stegmannt> |
| Component: | general | Assignee: | Dragon Player Mailing List <dragon-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tobias Stegmann
2009-04-14 17:08:15 UTC
SVN commit 971239 by rkcosta: Fix tenSecondsForward() and tenSecondsBack() as they were jumping ten miliseconds instead of ten seconds. BUG: 189626 M +5 -5 videoWindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=971239 SVN commit 971240 by rkcosta: Backport commit 971239. Fix tenSecondsForward() and tenSecondsBack() as they were jumping ten miliseconds instead of ten seconds. CCBUG: 189626 M +5 -5 videoWindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=971240 This is broken again in latest KDE 4.3 Beta. relativeSeek() is called with an absoulte value instead of a relative value. See http://launchpadlibrarian.net/27748079/kubuntu_03_dragonplayer_10_second_jump.diff Thanks. |