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

deleteLater() called to QMediaPlayer from its signal handler does not work as expected

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 1.2.1
    • Multimedia
    • None
    • Ubuntu 11.04 X86 32-bit

    Description

      When deleteLater() is called to QMediaPlayer object from a slot attached to the player's mediaStatusChanged signal the player is not deleted next time the event loop spins.

      This issue has the same root cause as https://bugreports.qt-project.org/browse/QTBUG-18434. The QMediaPlayer::mediaStatusChanged signal is eventually emitted directly from a GStreamer/GLib message callback, not from Qt event loop.

      Same bug in Qt5: https://bugreports.qt-project.org/browse/QTBUG-24927

      Attachments

        Activity

          People

            djcb Dirk-Jan C. Binnema
            srosenda Sami Rosendahl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: