Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-909

Calling QMediaPlayer::setMedia 2nd time causes Symbian MMFControllerProxyServer-2b7 to panic

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 1.1.1
    • 1.1.0
    • Multimedia
    • Symbian: N8 (sw: 92_201050_hw79, 92_201051_hw79)
      Windows 7
    • d8ed84b1a597302a3501defbfc16238f925a0f44 and 9cf58f5e7dded6583ab992ea5ba9adeaf882260a

    Description

      Code that causes this panic in MMFControllerProxyServer:
      QMediaPlayer *m_mediaplayer = new QMediaPlayer;
      m_mediaplayer->setMedia(QUrl::fromLocalFile("path/to/audiofile1.mp3");
      m_mediaplayer->play(); // <-- so far everything works, audio plays ok
      ...
      // here you can do pause() or stop(), don't know if that matters
      ...
      m_mediaplayer->setMedia(QUrl::fromLocalFile("path/to/audiofile2.mp3");
      // ---> PANIC

      In Windows 7 build there are no problems.

      Attachments

        Activity

          People

            ravkn Ravi kiran K N
            batonki Ari Hannula
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: