Skip to content

validate: fix pause duration handling

Philipp Zabel requested to merge pH5/gst-devtools:validate-pause-duration into master

Since commit 394242c2 ("validate:scenario: Enhance variable implementation"), the duration parameter is stored as a double in seconds instead of GstClockTime. The _execute_pause implementation was not updated. As a result, no timeout is set up and playback never resumes after a pause action.

Merge request reports