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

QMediaPlayer needs to provide information about when a seek actually completes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • 6.5
    • 5.14.2
    • Multimedia
    • None
    • macOS

    Description

      1. Configure QMediaPlayer to output to an abstract video surface
      2. Open a large video and then pause. Then use setPosition() to seek to a specific time
      3. Monitor the output on the abstract video surface. There is no programmatic method to determine when the seek actually has completed and the provided QVideoFrame is from the desired position

      Possible solution: Add a signal that is emitted when the seek successfully completes. I believe the underlying media player in macOS can execute an optional callback once the seek completes, so this should be possible to implement

      Attachments

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

        Activity

          People

            artemiy Artem Dyomin
            qtuser20000 Qt Qt
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes