Skip to content

validate:flow: Add a way to set the types of events to log/ignore

Thibault Saunier requested to merge thiblahute/gst-devtools:baseparse_dts into master

commit 32b27724 (HEAD -> baseparse_dts, thiblahute/baseparse_dts) Author: Thibault Saunier tsaunier@igalia.com Date: Wed Jan 15 21:22:49 2020 -0300

validate:launcher: Print the duration of the test run in the logs

commit 88e85b47 Author: Thibault Saunier tsaunier@igalia.com Date: Wed Jan 15 21:15:30 2020 -0300

validate:flow: Add a way to set the types of events to log/ignore

Added two properties to the plugin:
     * ignored-event-types: A list of event types to be ignored when logging events
     * logged-event-types: A list of event types to be logged when logging events

This commits also moves the "ignored-event-fields" property to using a proper
GstValueList for the list of event fields to be taken into account, instead
of the home grown separated by comas list of string, making the API more
uniform.

This also adds a simple helper method: `gst_validate_utils_get_strv`

Merge request reports