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

MacOS 12.6 QMediaPlayer setPosition() has 1 second granularity

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • None
    • 6.4.2
    • Multimedia
    • None
    • macOS

    Description

      QMediaPlayer setPosition() has 1 second granularity. The millisecond value is rounded to nearest 1000ms. Example:

      setPosition(500) -> position set to 0s
      setPosition(1000) -> position set to 1s
      setPosition(1400) -> position set to 1s

      This makes setPosition() unusable for many applications.

      It seems that the issue has been resolved for Qt 5:
      https://bugreports.qt.io/browse/QTBUG-81804

      Attachments

        Activity

          People

            laknoll Lars Knoll
            thill T T
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: