Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2779

QMediaFormat on Linux does not show MP3

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 6.7.1
    • PySide
    • None
    • Linux/Wayland

    Description

      Running 

          for f in QMediaFormat().supportedFileFormats(QMediaFormat.Decode):
              mime_type = QMediaFormat(f).mimeType()
              mime_types.append(mime_type.name())
              print(mime_type.suffixes())

      does not output a record for MP3 formats.

      If passed directly to #QmediaPlayer the MP3 file will play successfully. 

       

      Attachments

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

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            trb143a Tim Bentley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes