Skip to content

validate: Add some APIs to allow implementing action types that are runnable on several pipeline (also through the introspection)

Thibault Saunier requested to merge thiblahute/gst-devtools:wait_message into master
commit f38e26c7a47a56f417af1a04c2597e02e523ab0f (HEAD -> wait_message, thiblahute/wait_message)
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Tue Dec 15 18:18:29 2020 -0300

    validate: Allow using the new nested structure syntax
    
    And port the deeply nested tests we have

commit 9db5e6e80eb340dab0f30f0ccd86ba4122cc1ad8
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Tue Dec 15 18:18:29 2020 -0300

    validate: Only consider the first pipeline when using test files
    
    And port the deeply nested tests we have

commit f276cef404540e49e1f568086ddd9507b76bfc05
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Tue Dec 15 18:18:29 2020 -0300

    validate: Add missing GstValidateAction annotations

commit 4fb90ab9303a7078818b6064e940b1947ed4bd99
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Tue Dec 15 18:15:50 2020 -0300

    validate: Add an `expected-values` parameter to `wait, message-type=XX`
    
    Allowing more precise filtering of the message we are waiting for.

commit 1646a1f78070bff76393a6537a4bff47f387a8d3
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Tue Dec 15 18:02:00 2020 -0300

    validate: scenario: Add a GstValidateScenario::action-done signal
    
    Allowing application to know when a specific action is done.

commit 0c4ee4014b7f7f04efea71d2d7aa8c317ec78325
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Tue Dec 15 18:00:58 2020 -0300

    validate: Enhance printing action execution information

commit f86dc4a558f12f25b5e28b89658e3de432521289
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Tue Dec 15 17:58:51 2020 -0300

    validate: Add an API to get the bin monitor scenario
    
    This is useful for applications that use Validate directly.

Merge request reports