summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-04-14 19:45:58 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-04-15 05:40:14 (GMT)
commit04c24781613a937c472c556391d738b6d563201d (patch)
treeb348e70bcca112768272213da405c041c29749d3 /src/multimedia/audio
parent92ed8a1a049f60733ce15c4a5b79ed0fc389cfcd (diff)
downloadQt-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