gstreamer/validate/plugins/flow
Thibault Saunier 5b82274f17 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`
2020-02-04 16:09:36 -03:00
..
formatting.c validate:flow: Add a way to set the types of events to log/ignore 2020-02-04 16:09:36 -03:00
formatting.h validate:flow: Add a way to set the types of events to log/ignore 2020-02-04 16:09:36 -03:00
gstvalidateflow.c validate:flow: Add a way to set the types of events to log/ignore 2020-02-04 16:09:36 -03:00
gstvalidateflow.h validate: fix -Werror=unused-function with clang 2019-08-26 12:14:47 +00:00
meson.build New validate plugin: validateflow 2019-02-07 18:19:22 +00:00