Summary: | The song goes to the begin when I click in stop the first time and fadeout is enabled | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | smartinds |
Component: | Playback | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fschaefer.oss, matej |
Priority: | NOR | ||
Version: | 2.6.90 (2.7 beta) | ||
Target Milestone: | 2.7 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/2fb2123113218ab7c0201ba2766c72319409190f | Version Fixed In: | 2.8 |
Sentry Crash Report: | |||
Bug Depends on: | 313551 | ||
Bug Blocks: | |||
Attachments: | Amarok with Debug |
Description
smartinds
2012-12-22 07:32:31 UTC
Created attachment 75967 [details]
Amarok with Debug
Which phonon backend and version are you using? Please try both the gstreamer and the vlc backend. Amarok Versión: 2.6.0 KDE Version: 4.8.5 (4.8.5) "release 2" Qt Version: 4.8.1 Phonon Version: 4.6.0 Phonon's Motor: GStreamer (4.6.1) PulseAudio: Yes OS: OpenSUSE 12.2 (x86_64) Language: Spanish This happens to me too with phonon-gstreamer 4.6.2. (ohonon-vlc apparently doesn't support fading out at all, so this is not reproducible there) Eesiest work-around is to turn off fadeout. Not sure whether Amarok or phonon-gst bug, but let's consider this an Amarok bug until I prove otherwise. The phonon-backend-gstreamer you are using is obsolete, please update to version 4.6.2. Also please install and try the phonon-backend-vlc version 0.6.0 and test if you can reproduce the bug with that backend. If you do not know how, please check the forum at http://forum.kde.org/amarok I updated to phonon-backend-gstreamer 4.6.2 but the same result. Also I change by phonon-vlc-backend but, NO SOUND. (In reply to comment #6) > I updated to phonon-backend-gstreamer 4.6.2 but the same result. > Also I change by phonon-vlc-backend but, NO SOUND. Did you restart KDE so the phonon backend is picked up? (In reply to comment #7) > (In reply to comment #6) > > I updated to phonon-backend-gstreamer 4.6.2 but the same result. > > Also I change by phonon-vlc-backend but, NO SOUND. > > Did you restart KDE so the phonon backend is picked up? Yes, I restart KDE and all S.O, but with phonon-vlc-backend I don't have sound in amarok. Of course, I have sound in smplayer and others app. If you need more information for fix this bug, I will be happy to give it. Thank you for the feedback. *** Bug 307284 has been marked as a duplicate of this bug. *** Git commit 2fb2123113218ab7c0201ba2766c72319409190f by Matěj Laitl. Committed on 20/01/2013 at 13:06. Pushed by laitl into branch 'master'. EngineController, Fadeouter: improve fadeout behaviour by using RAII principles Note that this needs phonon-gstreamer bug 313551 solved to unleash the full power. BUGFIXES: * Fix bumpy fade-out when first used. * Fix subtle bugs when a lond fade-out is initiated near the song end. * Don't try to fade-out with phonon backends that don't support it. (vlc) FIXED-IN: 2.8 M +3 -0 ChangeLog M +1 -0 src/CMakeLists.txt M +44 -60 src/EngineController.cpp M +4 -8 src/EngineController.h A +61 -0 src/playback/Fadeouter.cpp [License: GPL (v2+)] A +70 -0 src/playback/Fadeouter.h [License: GPL (v2+)] http://commits.kde.org/amarok/2fb2123113218ab7c0201ba2766c72319409190f |