Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-113418

QtMultimedia aborts when not supported

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.5.2
    • 6.5.1
    • Multimedia
    • None
    • Linux/Wayland

    Description

      When using QtMultimedia on an "unsupported platform" (or forgot to build it with any backend) it will qFatal and forcefully end your application.

      Especially with QML this is undesirable. It should print a warning and/or provide a way to query backend capabilities but not just flat out let my application die.

      QDummyIntegration() { qFatal("QtMultimedia is not currently supported on this platform or compile
      r."); } 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            artemiy Artem Dyomin
            broulik Kai Uwe Broulik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes