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

Custom QAnimationDriver bug

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.3.1
    • 5.3.0 Beta1
    • None
    • 4833e5080c75a1f52a3040db5118fea5701d930e

    Description

      I'm trying to use Qt Quick for generation image sequence for video
      broadcasting and writing to the video file. To do that I need to update
      Qt Quick scene animations with frame rate of the output video.

      The logical way to do that is to create custom QAnimationDriver and
      overload QAnimationDriver::advance and QAnimationDriver::elapsed methods.
      But it does not working now. The problem is that in some cases (when a new
      animation started for example) Qt updates animations using time from global
      timer (QUnifiedTimer::time.elapsed()) and not from the animation driver.

      Get more info from the mailing list discussion, please.
      http://lists.qt-project.org/pipermail/development/2014-April/016365.html

      I will provide a patch soon.

      Attachments

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

        Activity

          People

            t.artikov Timur Artikov
            t.artikov Timur Artikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes