Summary: | Mediaplayer plugin: Cannot stop video in buffering mode | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | Alexey Shildyakov <ashl1future> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexey Shildyakov
2011-02-11 20:47:16 UTC
Git commit fdbf8b4fca63fb4c1cfc9d8b79030af6d03ba42d by Joris. Committed on 12/02/2011 at 12:17. Pushed by guisson into branch 'master'. Make links clickable in the status tab comments field BUG: 266100 M +1 -0 ChangeLog M +28 -8 plugins/infowidget/statustab.cpp M +1 -0 plugins/infowidget/statustab.h http://commits.kde.org/ktorrent/fdbf8b4fca63fb4c1cfc9d8b79030af6d03ba42d Crap, committed to wrong bug Git commit fe8194d55408a1a657452fd10ffd7aa405cbb72b by Joris. Committed on 14/02/2011 at 20:33. Pushed by guisson into branch 'master'. Fix mediaplayer unable to stop in buffering mode when streaming BUG: 266100 M +1 -0 ChangeLog M +2 -2 plugins/mediaplayer/mediafile.cpp M +10 -2 plugins/mediaplayer/mediafilestream.cpp M +1 -1 plugins/mediaplayer/mediafilestream.h M +11 -7 plugins/mediaplayer/mediaplayer.cpp M +2 -3 plugins/mediaplayer/mediaplayer.h M +3 -7 plugins/mediaplayer/mediaplayeractivity.cpp M +1 -1 plugins/mediaplayer/mediaplayeractivity.h M +14 -27 plugins/mediaplayer/videowidget.cpp M +0 -7 plugins/mediaplayer/videowidget.h http://commits.kde.org/ktorrent/fe8194d55408a1a657452fd10ffd7aa405cbb72b Git commit d8f65b38faed6c988dfdf85cf06d741fd8f7d7c7 by Joris. Committed on 14/02/2011 at 20:33. Pushed by guisson into branch '4.1'. Backport to 4.1: Fix mediaplayer unable to stop in buffering mode when streaming CCBUG: 266100 M +1 -0 ChangeLog M +2 -2 plugins/mediaplayer/mediafile.cpp M +10 -2 plugins/mediaplayer/mediafilestream.cpp M +1 -1 plugins/mediaplayer/mediafilestream.h M +11 -7 plugins/mediaplayer/mediaplayer.cpp M +2 -3 plugins/mediaplayer/mediaplayer.h M +3 -7 plugins/mediaplayer/mediaplayeractivity.cpp M +1 -1 plugins/mediaplayer/mediaplayeractivity.h M +14 -27 plugins/mediaplayer/videowidget.cpp M +0 -7 plugins/mediaplayer/videowidget.h http://commits.kde.org/ktorrent/d8f65b38faed6c988dfdf85cf06d741fd8f7d7c7 Is it normal behavior not to stop video immediately after click "Stop" but only after buffering chunk was downloaded? ktorrent at: 7182b125436db872c8a1160d82b3d864e9d4b4fd Yes for some reason you have to send phonon a bit more data for it to stop. It seems to get stuck in a waiting for data state, and if you send phonon some more it will come out of that state, see that it has to stop and then finally stop. It's precisely what the fix above does. Ok. I'll see. But the original problem is not solved. From your words it comes from Phonon. So, should you reassign to Phonon team or just open new bug? The problem to stop video immediately in buffering state too without reciving more data. Is this a wish? |