GNOME Bugzilla – Bug 776280
validate-scenario: Properly get the rate for action validation
Last modified: 2016-12-19 15:59:55 UTC
See comment
Created attachment 342222 [details] [review] validate-scenario: Properly get the rate for action validation This issue was most likely introduced by the refactoring of the position querying into a standalone function. In execute_next_action() the rate variable was never replaced by the current rate of the pipeline, this would result in all reverse playback actions to trigger immediately instead of waiting for the actual target time.
Review of attachment 342222 [details] [review]: We should add unit tests, but yes, this is correct.
commit 5eab79dbd343eb6fda84262a0096f79943e93b9a Author: Edward Hervey <bilboed@bilboed.com> Date: Mon Dec 19 16:17:56 2016 +0100 validate-scenario: Properly get the rate for action validation This issue was most likely introduced by the refactoring of the position querying into a standalone function. In execute_next_action() the rate variable was never replaced by the current rate of the pipeline, this would result in all reverse playback actions to trigger immediately instead of waiting for the actual target time. https://bugzilla.gnome.org/show_bug.cgi?id=776280