Skip to content

scenario : minor fixes

Edward Hervey requested to merge bilboed/gst-devtools:scenariofix into master
commit 4943a023c5abe928dd3af9f1db39588c81be9f6b (HEAD -> scenariofix, glfdo/scenariofix, master)
Author: Edward Hervey <edward@centricular.com>
Date:   Fri May 22 18:00:04 2020 +0200

    validate-scenario: Initialize variable correctly
    
    ret needs to be always reset to FALSE *before* checking attempting to load the
    individual files. Otherwise there's the possibility it would silently accept an
    invalid scenario name

commit 27a47a9164f232bb01e5719de90f09fb46ea4d85
Author: Edward Hervey <edward@centricular.com>
Date:   Fri May 22 17:56:40 2020 +0200

    validate-scenario: Remove unused variable
    
    We only need to check whether the field is present and of a given type

Merge request reports