Revision eff4636...
Go back to digest for 24th June 2012Bug Fixes in Multimedia
Harald Sitter committed changes in [phonon-vlc] src/mediaobject.cpp:
Don't reset members all over the place
resetting too early leads to many abouttofinish signals which screws with
Amarok which likes to bind half it's playback bound features to that
particularly signal.
Hence only reset once we got a new call to PlayInternal at which point
we throw away the old media anyway, so we can be sure that this is the
last point anything from the old media might leak through.
File Changes
Modified 1 files
- src/mediaobject.cpp
1 files changed in total