diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-04-14 19:45:58 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-04-15 05:40:14 (GMT) |
commit | 04c24781613a937c472c556391d738b6d563201d (patch) | |
tree | b348e70bcca112768272213da405c041c29749d3 /src/multimedia/audio | |
parent | 92ed8a1a049f60733ce15c4a5b79ed0fc389cfcd (diff) | |
download | Qt-04c24781613a937c472c556391d738b6d563201d.zip Qt-04c24781613a937c472c556391d738b6d563201d.tar.gz Qt-04c24781613a937c472c556391d738b6d563201d.tar.bz2 |
Phonon MMF: fixed crash during opening of video clip
A crash was observed during opening a video clip, and was traced
to dereferencing a null m_player pointer in
DsaVideoPlayer::handleParametersChanged(), which is called during
construction, but before createPlayer() has been called.
This was reproducible using the following sequence:
1. Launch qmediaplayer
2. Play an audio clip
3. Open a video clip
However, the following sequence worked as expected:
1. Launch qmediaplayer
2. Play a video clip
3. Play an audio clip
4. Play a video clip
...
It is not clear which commit introduced this defect.
Reviewed-by: Frans Englich
Diffstat (limited to 'src/multimedia/audio')
0 files changed, 0 insertions, 0 deletions